mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-05 21:25:54 +02:00
fix github actions for ESP32
This commit is contained in:
parent
de4c572ee2
commit
c973d6eace
2 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ void ahoywifi::setup(settings_t *config, uint32_t *utcTimestamp) {
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
void ahoywifi::setupWifi(void) {
|
void ahoywifi::setupWifi(void) {
|
||||||
#if !defined(FB_WIFI_OVERRIDDEN)
|
#if !defined(FB_WIFI_OVERRIDDEN)
|
||||||
//if(strncmp(mConfig->sys.stationSsid, FB_WIFI_SSID, 14) == 0)
|
|
||||||
setupAp();
|
setupAp();
|
||||||
delay(1000);
|
delay(1000);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue