From 87eb6a25cc036af8a26d96dba742ff2791a85943 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 11 Aug 2018 16:24:06 +0200 Subject: [PATCH] Update changelog Update changelog --- sonoff/_changelog.ino | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 80b426065..d5e8a8b73 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,9 @@ /* 6.1.1c + * Add iFan02 Fanspeed + and Fanspeed - command options (#3415) + * Fix some Pow R2 and S31 checksum errors (#3425) + * Change CounterType 1 from milliseconds to microseconds (#3437) + * Add output support on MCP23008/MCP23017 (#3436) + * Fix LM75AD I2C sensor detection (#3408) * Add message when JavaScript is not enabled in webbrowser (#3388) * Fix sonoff-minimal from using default settings * Add option + to command Rule to concatenate new rule with existing rules (#3365)