forked from espressif/arduino-esp32
allow the examples to build in a more strict env (#3299)
This commit is contained in:
@ -121,6 +121,7 @@ void WiFiEvent(WiFiEvent_t event)
|
||||
case SYSTEM_EVENT_ETH_GOT_IP:
|
||||
Serial.println("Obtained IP address");
|
||||
break;
|
||||
default: break;
|
||||
}}
|
||||
|
||||
void WiFiGotIP(WiFiEvent_t event, WiFiEventInfo_t info)
|
||||
|
Reference in New Issue
Block a user