Skip to content

Commit 469b712

Browse files
committed
Fix build with COMPILE_ESPNOW commented out
1 parent 214a356 commit 469b712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/Developer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ void espnowProcessRTCM(byte incoming) {}
184184
esp_err_t espnowRemovePeer(uint8_t *peerMac) {return ESP_OK;}
185185
esp_err_t espnowSendPairMessage(uint8_t *sendToMac) {return ESP_OK;}
186186
bool espnowSetChannel(uint8_t channelNumber) {return false;}
187-
void espnowStart() {}
187+
bool espNowStart() {return false;}
188188
#define ESPNOW_START() false
189189
void espnowStaticPairing() {}
190-
void espnowStop() {}
190+
bool espNowStop() {return true;}
191191
#define ESPNOW_STOP() true
192192
void updateEspnow() {}
193193

0 commit comments

Comments
 (0)