We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815e99 commit a7362a5Copy full SHA for a7362a5
libraries/Network/src/NetworkEvents.h
@@ -100,7 +100,7 @@ typedef union {
100
ip_event_ap_staipassigned_t wifi_ap_staipassigned;
101
ip_event_got_ip_t got_ip;
102
ip_event_got_ip6_t got_ip6;
103
-#if CONFIG_ETH_ENABLED
+#if CONFIG_ETH_ENABLED
104
esp_eth_handle_t eth_connected;
105
#endif
106
#if SOC_WIFI_SUPPORTED || CONFIG_ESP_WIFI_REMOTE_ENABLED
0 commit comments