mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
Update Node.md
This commit is contained in:
parent
88c1f28761
commit
eff6c83ccb
@ -56,11 +56,11 @@ void loop() {
|
||||
## Configuration
|
||||
|
||||
### ```#define READING_ID n```
|
||||
The identifier of this individual device. Should be a 16 bit integer value (0 - 65535).
|
||||
The identifier of this individual device. Should be a 16 bit integer value (0 - 65535). Controllers are not necessarily tied to this parameter, and can be subscribed to up to 256 different IDs. Sensors will likely be treated similarly in the future, allowing the user to send sensor readings under multiple IDs.
|
||||
### ```#define GTWY_MAC 0xnn```
|
||||
The UNIT_MAC of the gateway that this device will send its data to.
|
||||
The UNIT_MAC of the gateway that this device will communicate with.
|
||||
### ```#define FDRS_DEBUG```
|
||||
This definition enables debug messages to be sent over the serial port. If disabled, no serial interface will be initialized.
|
||||
This definition enables debug messages to be sent over the serial port. If disabled, no serial debug interface will be initialized.
|
||||
### ```#define USE_ESPNOW```
|
||||
Enables/disables ESP-NOW.
|
||||
### ```#define USE_LORA```
|
||||
|
Loading…
Reference in New Issue
Block a user