|
@ -31,8 +31,8 @@ class ahoywifi { |
|
|
void setupAp(void); |
|
|
void setupAp(void); |
|
|
void setupStation(void); |
|
|
void setupStation(void); |
|
|
void sendNTPpacket(IPAddress& address); |
|
|
void sendNTPpacket(IPAddress& address); |
|
|
#if defined(ESP8266) |
|
|
|
|
|
void connectionEvent(bool connected); |
|
|
void connectionEvent(bool connected); |
|
|
|
|
|
#if defined(ESP8266) |
|
|
void onConnect(const WiFiEventStationModeConnected& event); |
|
|
void onConnect(const WiFiEventStationModeConnected& event); |
|
|
void onGotIP(const WiFiEventStationModeGotIP& event); |
|
|
void onGotIP(const WiFiEventStationModeGotIP& event); |
|
|
void onDisconnect(const WiFiEventStationModeDisconnected& event); |
|
|
void onDisconnect(const WiFiEventStationModeDisconnected& event); |
|
|