Fixes #50 - Green led flash state reset on wifi connect - release

This commit is contained in:
Sebastien
2020-09-01 15:11:45 -04:00
parent 08d16c2ca2
commit a46bbb409f
4 changed files with 21 additions and 7 deletions

View File

@@ -191,7 +191,8 @@ typedef enum message_code_t {
ORDER_RESTART_RECOVERY = 16,
ORDER_RESTART_OTA_URL = 17,
ORDER_RESTART = 18,
MESSAGE_CODE_COUNT = 19 /* important for the callback array */
EVENT_STA_CONNECTED = 19,
MESSAGE_CODE_COUNT = 20 /* important for the callback array */
}message_code_t;