i2c timeout change + remove some wifi test code used for led fix - release

This commit is contained in:
Philippe G
2020-09-01 13:40:25 -07:00
parent 9a9a4fef65
commit 94da8ca950
5 changed files with 7 additions and 21 deletions

View File

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