mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
the old fixaroo
This commit is contained in:
parent
11fafc9c86
commit
5586427111
@ -25,7 +25,9 @@
|
||||
#include <FastLED.h>
|
||||
#endif
|
||||
#include "fdrs_functions.h"
|
||||
|
||||
//#ifdef CREDENTIALS
|
||||
//#include <credentials.h>
|
||||
//#endif
|
||||
|
||||
void setup() {
|
||||
#if defined(ESP8266)
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define USE_LORA
|
||||
//#define USE_WIFI //Used only for MQTT gateway
|
||||
|
||||
//#define CREDENTIALS
|
||||
|
||||
//ESP32 Only -- Define UART pins and interface.
|
||||
#define RXD2 14
|
||||
@ -40,3 +41,7 @@
|
||||
//866E6 for Europe
|
||||
//915E6 for North America
|
||||
#define BAND 915E6
|
||||
|
||||
#ifdef CREDENTIALS
|
||||
#include <credentials.h>
|
||||
#endif
|
||||
|
@ -496,5 +496,5 @@ void begin_espnow() {
|
||||
|
||||
#endif
|
||||
DBG(" ESP-NOW Initialized.");
|
||||
|
||||
DBG(WIFI_NET);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user