mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
WiFi-NET not relevant for ESP-NOW
This commit is contained in:
parent
6410b59a89
commit
25f9d8bd5d
@ -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
|
||||||
|
@ -494,5 +494,4 @@ void begin_espnow() {
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
DBG(" ESP-NOW Initialized.");
|
DBG(" ESP-NOW Initialized.");
|
||||||
DBG(WIFI_NET);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user