mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
ethernet sample
This commit is contained in:
@@ -192,7 +192,8 @@ typedef enum message_code_t {
|
||||
ORDER_RESTART_OTA_URL = 17,
|
||||
ORDER_RESTART = 18,
|
||||
ORDER_UPDATE_STATUS = 19,
|
||||
MESSAGE_CODE_COUNT = 20 /* important for the callback array */
|
||||
EVENT_ETH_GOT_IP = 20,
|
||||
MESSAGE_CODE_COUNT = 21 /* important for the callback array */
|
||||
|
||||
}message_code_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user