WiFi-NET not relevant for ESP-NOW

This commit is contained in:
sensorsiot 2022-05-22 00:19:41 +02:00
parent 6410b59a89
commit 25f9d8bd5d
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,9 @@
// //
#define DEBUG #define DEBUG
#define ROLE ESPNOW_GATEWAY
#include "fdrs_config.h" #include "fdrs_config.h"
#include "DataReading.h" #include "DataReading.h"
#ifdef ESP8266 #ifdef ESP8266

View File

@ -494,5 +494,4 @@ void begin_espnow() {
#endif #endif
DBG(" ESP-NOW Initialized."); DBG(" ESP-NOW Initialized.");
DBG(WIFI_NET);
} }