This commit is contained in:
Timm Bogner 2022-05-31 16:42:19 -05:00
parent 7cdec6e6d8
commit 2c2e1313fa
2 changed files with 6 additions and 4 deletions

View File

@ -2,12 +2,13 @@
//
// Sensor Configuration
//
#include <fdrs_globals.h> //Uncomment if you install the globals file
//#include <fdrs_globals.h> //Uncomment if you install the globals file
#define READING_ID 1 //Unique ID for this sensor
#define GTWY_MAC 0x04 //Address of the nearest gateway
#define USE_ESPNOW
//#define USE_ESPNOW
#define USE_LORA
#define DEEP_SLEEP
//#define POWER_CTRL 14

View File

@ -2,13 +2,14 @@
//
// Sensor Configuration
//
#include <fdrs_globals.h> //Uncomment if you install the globals file
//#include <fdrs_globals.h> //Uncomment if you install the globals file
#define READING_ID 2 //Unique ID for this sensor
#define GTWY_MAC 0x03 //Address of the nearest gateway
#define USE_ESPNOW
#define USE_LORA
//#define USE_LORA
#define DEEP_SLEEP
//#define POWER_CTRL 14
#define DEBUG