mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
ope.
This commit is contained in:
parent
7cdec6e6d8
commit
2c2e1313fa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user