Fix ota percent update for ui

This commit is contained in:
Sebastien
2019-09-28 14:41:11 -04:00
parent 7f5f7b55aa
commit e45ee97a43
3 changed files with 22 additions and 5 deletions

View File

@@ -212,7 +212,8 @@ typedef enum message_code_t {
EVENT_STA_DISCONNECTED = 12,
EVENT_SCAN_DONE = 13,
EVENT_STA_GOT_IP = 14,
MESSAGE_CODE_COUNT = 15 /* important for the callback array */
EVENT_REFRESH_OTA = 15,
MESSAGE_CODE_COUNT = 16 /* important for the callback array */
}message_code_t;