mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
14 lines
343 B
C
14 lines
343 B
C
// FARM DATA RELAY SYSTEM
|
|
//
|
|
// Sensor Configuration
|
|
// (This file will soon be known as 'sensor_config.h')
|
|
//
|
|
|
|
//#include <fdrs_globals.h> //Uncomment when 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 DEEP_SLEEP
|