From ec107be146fff9deaef5c46514e76c5c14bd4b54 Mon Sep 17 00:00:00 2001 From: blakadder Date: Thu, 6 Jun 2019 11:13:06 +0200 Subject: [PATCH] added new doublepress code change explanation --- Button-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Button-usage.md b/Button-usage.md index c9427692..99ce7d36 100644 --- a/Button-usage.md +++ b/Button-usage.md @@ -8,6 +8,8 @@ Toggles the relay. This will blink the LED twice and send an MQTT status message ### 2 short presses Toggles the second relay (if available on the device). This will blink the LED twice and send an MQTT status message like ```stat/sonoff/POWER2 on```. +> Since version 6.5.0.14. any device with more than one power output can be configured to act on a double press to switch the second relay (or for Blitzwolf SHP5 the USB power). To be sure not to activate accidental three button press it is wise to set `SetOption1 1`. + ### 3 short presses Start Wi-Fi smart config allowing for SSID and password configuration using an Android mobile phone with the [ESP8266 SmartConfig](https://play.google.com/store/apps/details?id=com.cmmakerclub.iot.esptouch) app. The LED will blink during the config period. A single button press during this period will abort and restart the device. **Only in sonoff-classic.bin**