redundant with system log
This commit is contained in:
parent
6f6c0cff81
commit
747d72f5a5
@ -56,12 +56,12 @@ static void event_handler(void *arg, esp_event_base_t event_base,
|
|||||||
case WIFI_EVENT_AP_STOP:
|
case WIFI_EVENT_AP_STOP:
|
||||||
ESP_LOGW(TAG, "ap stop");
|
ESP_LOGW(TAG, "ap stop");
|
||||||
break;
|
break;
|
||||||
case WIFI_EVENT_AP_STACONNECTED:
|
case WIFI_EVENT_AP_STACONNECTED: {
|
||||||
ESP_LOGW(TAG, "ap sta connected");
|
|
||||||
break;
|
break;
|
||||||
case WIFI_EVENT_AP_STADISCONNECTED:
|
}
|
||||||
ESP_LOGW(TAG, "ap sta disconnected");
|
case WIFI_EVENT_AP_STADISCONNECTED: {
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case WIFI_EVENT_STA_START:
|
case WIFI_EVENT_STA_START:
|
||||||
ESP_LOGW(TAG, "sta start");
|
ESP_LOGW(TAG, "sta start");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user