File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ void webServerUpdate() {}
180
180
bool espNowStart () {return false ;}
181
181
bool espNowStop () {return false ;}
182
182
183
+ bool espnowGetState () {return ESPNOW_OFF;}
183
184
bool espnowIsPaired () {return false ;}
184
185
void espnowProcessRTCM (byte incoming) {}
185
186
esp_err_t espnowRemovePeer (uint8_t *peerMac) {return ESP_OK;}
@@ -202,7 +203,7 @@ void menuWiFi() {systemPrintln("**WiFi not compiled**");}
202
203
bool wifiApIsRunning () {return false ;}
203
204
bool wifiConnect (bool startWiFiStation, bool startWiFiAP, unsigned long timeout) {return false ;}
204
205
uint32_t wifiGetStartTimeout () {return 0 ;}
205
- #define WIFI_IS_RUNNING ()
206
+ #define WIFI_IS_RUNNING () 0
206
207
int wifiNetworkCount () {return 0 ;}
207
208
void wifiResetThrottleTimeout () {}
208
209
void wifiResetTimeout () {}
You can’t perform that action at this time.
0 commit comments