add sendESPNow

pull/172/head
Timm Bogner 1 year ago
parent 64f9a050c9
commit 48467d4970

@ -56,6 +56,8 @@ void timeFDRSLoRa(uint8_t *);
static uint16_t crc16_update(uint16_t, uint8_t);
void sendESPNowNbr(uint8_t);
void sendESPNowPeers();
void sendESPNow(uint8_t);
void sendMQTT();
void sendLog();
void resendLog();
@ -228,6 +230,7 @@ void loopFDRS()
#ifndef USE_ESPNOW
void sendESPNowNbr(uint8_t interface) {}
void sendESPNowPeers() {}
void sendESPNow(uint8_t address) {}
#endif
#ifndef USE_WIFI
void sendMQTT() {}

Loading…
Cancel
Save