mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
Network manager WIP
This commit is contained in:
@@ -33,4 +33,5 @@ extern void console_start();
|
||||
extern pthread_cond_t wifi_connect_suspend_cond;
|
||||
extern pthread_t wifi_connect_suspend_mutex;
|
||||
|
||||
extern void (*server_notify)(in_addr_t ip, uint16_t hport, uint16_t cport);
|
||||
extern void (*server_notify)(in_addr_t ip, uint16_t hport, uint16_t cport);
|
||||
extern bool cold_boot;
|
||||
Reference in New Issue
Block a user