8000 ports/esp32/modnetwork.c: Updated logging 'wifi' --> 'network' · nickzoic/micropython-esp32@98ae8c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98ae8c3

Browse files
committed
ports/esp32/modnetwork.c: Updated logging 'wifi' --> 'network'
1 parent d013b30 commit 98ae8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/modnetwork.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static esp_err_t event_handler(void *ctx, system_event_t *event) {
144144
ESP_LOGI("wifi", "STA_START");
145145
break;
146146
case SYSTEM_EVENT_STA_GOT_IP:
147-
ESP_LOGI("wifi", "GOT_IP");
147+
ESP_LOGI("network", "GOT_IP");
148148
break;
149149
case SYSTEM_EVENT_STA_DISCONNECTED: {
150150
// This is a workaround as ESP32 WiFi libs don't currently

0 commit comments

Comments
 (0)
0