From d30f29520ee4e3d820a441d67c362182a96e1b2f Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Mon, 8 Dec 2025 10:07:31 -1000 Subject: [PATCH] Fix build with COMPILE_AP commented out --- Firmware/RTK_Everywhere/Developer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/RTK_Everywhere/Developer.ino b/Firmware/RTK_Everywhere/Developer.ino index e2a60abba..c286b7fae 100644 --- a/Firmware/RTK_Everywhere/Developer.ino +++ b/Firmware/RTK_Everywhere/Developer.ino @@ -107,6 +107,7 @@ bool wifiEspNowOn(const char * fileName, uint32_t lineNumber) {return false;} void wifiEspNowChannelSet(WIFI_CHANNEL_t channel) {} int wifiNetworkCount() {return 0;} void wifiResetTimeout() {} +void wifiSettingsClone() {} IPAddress wifiSoftApGetBroadcastIpAddress() {return IPAddress((uint32_t)0);} IPAddress wifiSoftApGetIpAddress() {return IPAddress((uint32_t)0);} const char * wifiSoftApGetSsid() {return "";} @@ -301,7 +302,6 @@ void webServerStop() {} void webServerUpdate() {} void webServerVerifyTables() {} bool wifiAfterCommand(int cmdIndex){return false;} -void wifiSettingsClone() {} bool webServerIsRunning() {return false;} #endif // COMPILE_AP