mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-07-21 02:05:52 +00:00
chore: clarify deferred reconnect fallback log
Co-authored-by: 78 <4488133+78@users.noreply.github.com>
This commit is contained in:
co-authored by
78
parent
65ffda6341
commit
c10757defe
@@ -149,7 +149,7 @@ void WifiBoard::OnNetworkEvent(NetworkEvent event, const std::string& data) {
|
||||
// Defer reconnect until config AP teardown has fully completed.
|
||||
esp_timer_stop(config_exit_timer_);
|
||||
if (esp_timer_start_once(config_exit_timer_, CONFIG_EXIT_RECONNECT_DELAY_US) != ESP_OK) {
|
||||
ESP_LOGW(TAG, "Failed to schedule deferred WiFi reconnect, retrying immediately");
|
||||
ESP_LOGW(TAG, "Failed to schedule deferred WiFi reconnect, attempting immediate connection");
|
||||
TryWifiConnect();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user