Skip to content

Commit

Permalink
Fix #285: Do not print error message in logs "WIFI_EVENT_STA_WPS_ER_T…
Browse files Browse the repository at this point in the history
…IMEOUT" (#286)
  • Loading branch information
TheSomeMan authored Apr 16, 2024
1 parent 6c7cd08 commit 3c2e46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi_manager_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ wifi_manager_event_handler(
wifi_manager_restart_wps();
break;
case WIFI_EVENT_STA_WPS_ER_TIMEOUT:
LOG_ERR("WIFI_EVENT_STA_WPS_ER_TIMEOUT");
LOG_INFO("WIFI_EVENT_STA_WPS_ER_TIMEOUT - restart WPS");
wifi_manager_restart_wps();
break;
default:
Expand Down

0 comments on commit 3c2e46f

Please sign in to comment.