mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
Fix ota percent update for ui
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user