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 4387440 commit 39212baCopy full SHA for 39212ba
libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp
@@ -150,7 +150,7 @@ WiFiEventHandler ESP8266WiFiGenericClass::onStationModeGotIP(std::function<void(
150
return handler;
151
}
152
153
-WiFiEventHandler onStationModeDHCPTimeout(std::function<void(void)> f)
+WiFiEventHandler ESP8266WiFiGenericClass::onStationModeDHCPTimeout(std::function<void(void)> f)
154
{
155
WiFiEventHandler handler = std::make_shared<WiFiEventHandlerOpaque>(WIFI_EVENT_STAMODE_DHCP_TIMEOUT, [f](System_Event_t* e){
156
f();
0 commit comments