Skip to content

Commit 747d72f

Browse files
committed
redundant with system log
1 parent 6f6c0cf commit 747d72f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ports/esp32s2/common-hal/wifi/__init__.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ static void event_handler(void *arg, esp_event_base_t event_base,
5656
case WIFI_EVENT_AP_STOP:
5757
ESP_LOGW(TAG, "ap stop");
5858
break;
59-
case WIFI_EVENT_AP_STACONNECTED:
60-
ESP_LOGW(TAG, "ap sta connected");
59+
case WIFI_EVENT_AP_STACONNECTED: {
6160
break;
62-
case WIFI_EVENT_AP_STADISCONNECTED:
63-
ESP_LOGW(TAG, "ap sta disconnected");
61+
}
62+
case WIFI_EVENT_AP_STADISCONNECTED: {
6463
break;
64+
}
6565
case WIFI_EVENT_STA_START:
6666
ESP_LOGW(TAG, "sta start");
6767
break;

0 commit comments

Comments
 (0)