diff --git a/port/esp32/main/main.c b/port/esp32/main/main.c index 8732d1a3480588a1c6843a1d70b042b3db800333..98fb74bb672e46efe678eb4b5856939acc0fe266 100644 --- a/port/esp32/main/main.c +++ b/port/esp32/main/main.c @@ -165,7 +165,6 @@ static void sta_start(void *esp_netif, esp_event_base_t event_base, static void sta_disconnected(void *esp_netif, esp_event_base_t event_base, int32_t event_id, void *event_data) { - PRINT("sta_disconnected\n"); esp_wifi_connect(); xEventGroupClearBits(wifi_event_group, IPV4_CONNECTED_BIT); xEventGroupClearBits(wifi_event_group, IPV6_CONNECTED_BIT);