rm useless config

This commit is contained in:
Clement 2023-07-18 14:50:58 +02:00
parent 60c06d65e2
commit 7fa7755466

View File

@ -8,13 +8,6 @@
#include <Arduino.h>
#include <SPI.h>
#include <fdrs_gateway.h>
// 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();
}