Update README.md

This commit is contained in:
thelsing 2018-12-22 23:00:49 +01:00 committed by GitHub
parent c44d22f6eb
commit cb0939760c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ The stack does the following on esp8266:
2. Try to connecto to wifi with WPS. If successful goto 3 else goto 1 (Led blinks) 2. Try to connecto to wifi with WPS. If successful goto 3 else goto 1 (Led blinks)
3. App running. (Led off) On short button press goto 4. On long button press goto 2 3. App running. (Led off) On short button press goto 4. On long button press goto 2
4. Programming mod. (Led blinks fast). On short button press goto 3. 4. Programming mod. (Led blinks fast). On short button press goto 3.
This behavior can be disabled in arch_config.h (remove the #define USE_STATES) This behavior can be disabled in arch_config.h (remove the #define USE_STATES)
Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise. Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise.