diff --git a/IOT/receiver LoRa/src/main.cpp b/IOT/receiver LoRa/src/main.cpp index a2da022..36d2d44 100644 --- a/IOT/receiver LoRa/src/main.cpp +++ b/IOT/receiver LoRa/src/main.cpp @@ -8,13 +8,6 @@ #include #include #include - -// Routing -// Options: sendESPNowNbr(1 or 2); sendESPNowPeers(); sendLoRaNbr(1 or 2); broadcastLoRa(); sendSerial(); sendMQTT(); -#define ESPNOWG_ACT sendSerial(); -#define LORAG_ACT sendSerial(); - - void setup() { beginFDRS(); }