mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 14:20:52 +03:00
Update build system, add cspot service option
This commit is contained in:
@@ -165,7 +165,9 @@ static state_machine_result_t handle_global_event(state_machine_t* state_machine
|
||||
switch (net_sm->Machine.Event) {
|
||||
case EN_UPDATE_STATUS:
|
||||
// handle the event, but don't swicth
|
||||
MEMTRACE_PRINT_DELTA_MESSAGE("handle EN_UPDATE_STATUS - start");
|
||||
network_status_update_basic_info();
|
||||
MEMTRACE_PRINT_DELTA_MESSAGE("handle EN_UPDATE_STATUS - end");
|
||||
return EVENT_HANDLED;
|
||||
/* code */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user