Updated Sonoff Dual R2 (markdown)

Michael Ingraham 2019-06-14 15:03:11 -04:00
parent 0b6c717cbe
commit 374dd89ea7
1 changed files with 2 additions and 2 deletions

@ -47,7 +47,7 @@ Please be aware, that the button on the Sonoff Dual will initially not have any
Other than on most Sonoff module the button is not connected to the normal button pin (GPIO0). After freshly flashing Sonoff-Tasmota (with the default module setting "Sonoff Basic"), the button will **not act as described** in the [Button Usage](https://github.com/arendst/Sonoff-Tasmota/wiki/Button-usage) article. You will not be able to switch power or activate the special WiFi modes.
**Possible Workarounds:** Take advantage of the default WiFi fallback behavior, which is to connect via [WPS](https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup) or configure the module firmware config beforehand via `my_user_config.h`.
**Possible Workarounds:** Take advantage of the default WiFi fallback behavior, which is to connect via [WPS](https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup) or configure the module firmware config beforehand via `user_config_override.h`.
After configuring the device as a "Sonoff Dual", the button will regain normal functionality.
@ -64,7 +64,7 @@ Commands are send from the ESP8266 via a 19200 baud serial connection to a dedic
It is therefore important to disable any serial communication to and from the device once you have debugged any anomalies.
To assist easy installation serial logging is enabled by default in my_user_config.h for all Sonoffs. Once in production it's wise to turn it off for all Sonoffs. For the Dual it is almost mandatory to turn it off.
To assist easy installation serial logging is enabled by default in `user_config_override.h` for all Sonoffs. Once in production it's wise to turn it off for all Sonoffs. For the Dual it is almost mandatory to turn it off.
Execute command ```seriallog 0``` once to turn all communication on the serial port off.