Skip to content

Commit daf4179

Browse files
committed
Add new WiFi and ESP-NOW layer code, add _old to previous file names
WiFi: Rename WiFi.ino to WiFi_old.ino WiFi: Add new WiFi code, remove calls to espNowStart and espNowStop ESP-NOW: Rename ESPNOW.ino to ESPNOW_old.ino ESP-NOW: Add new ESP-NOW code WiFi: Use network layer mDNS routines WiFi: Switch from _debug to settings.debugWifiState WiFi: Remove use of _display WiFi: Pass verbose setting in during constructor WiFi: Remove start and stop of wifiEventHandler WiFi: Display start and stop components WiFi: Add start WiFi station components comment WiFi: Start and stop the DNS server WiFi: Don't display restarted items as failed to stop
1 parent 34febf3 commit daf4179

File tree

8 files changed

+4503
-1151
lines changed

8 files changed

+4503
-1151
lines changed

Firmware/RTK_Everywhere/Developer.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ void webServerUpdate() {}
177177

178178
#ifndef COMPILE_ESPNOW
179179

180+
bool espNowStart() {return false;}
181+
bool espNowStop() {return false;}
182+
180183
bool espnowIsPaired() {return false;}
181184
void espnowProcessRTCM(byte incoming) {}
182185
esp_err_t espnowRemovePeer(uint8_t *peerMac) {return ESP_OK;}

0 commit comments

Comments
 (0)