From 996c01858c3fda2629906b42660fb2de6fc94d4d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 24 Jul 2019 11:12:49 +0200 Subject: [PATCH] Update _changelog.ino Change commands Var and Mem to show all parameters when no index is given (#6107) --- sonoff/_changelog.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index f069228aa..ce161b362 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -3,6 +3,7 @@ * Add command SetOption67 0/1 to disable or enable a buzzer as used in iFan03 * Add command DisplayWidth to set pixel width on supported devices * Add command DisplayHeight to set pixel height on supported devices + * Change commands Var and Mem to show all parameters when no index is given (#6107) * Add support for Sonoff iFan03 as module 71 (#5988) * Add support for a buzzer * Add support for IRSend long press ('repeat' feature from IRRemoteESP8266) (#6074)