2022-05-31 20:32:12 +00:00
|
|
|
// FARM DATA RELAY SYSTEM
|
|
|
|
//
|
|
|
|
// Sensor Configuration
|
2022-06-13 04:22:09 +00:00
|
|
|
// (This file will soon be known as 'sensor_config.h')
|
2022-05-31 20:32:12 +00:00
|
|
|
//
|
2022-05-31 21:42:19 +00:00
|
|
|
|
2022-06-13 04:22:09 +00:00
|
|
|
//#include <fdrs_globals.h> //Uncomment when you install the globals file
|
2022-05-31 20:32:12 +00:00
|
|
|
|
2022-05-22 20:30:12 +00:00
|
|
|
#define READING_ID 2 //Unique ID for this sensor
|
2022-05-22 20:56:58 +00:00
|
|
|
#define GTWY_MAC 0x03 //Address of the nearest gateway
|
2022-05-22 20:30:12 +00:00
|
|
|
|
|
|
|
#define USE_ESPNOW
|
|
|
|
#define DEEP_SLEEP
|