mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
try to fix misc cspot issues + silence network manager log
This commit is contained in:
@@ -294,7 +294,7 @@ void network_start() {
|
||||
}
|
||||
|
||||
static void event_logger(uint32_t state_machine, uint32_t state, uint32_t event) {
|
||||
ESP_LOGI(TAG, "Handling network manager event state Id %d->[%s]", state, event_to_string(event));
|
||||
ESP_LOGD(TAG, "Handling network manager event state Id %d->[%s]", state, event_to_string(event));
|
||||
}
|
||||
static const char * get_state_machine_result_string(state_machine_result_t result) {
|
||||
switch(result) {
|
||||
|
||||
Reference in New Issue
Block a user