mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
Update README.md
This commit is contained in:
parent
5f4ded8653
commit
e6eafde5cf
@ -8,7 +8,7 @@ The following commands re-send data instantaneously: ```sendESPNOW(MAC)```, ```s
|
|||||||
|
|
||||||
The following commands send data to buffers to be released at an interval: ```bufferLoRa(interface)```, ```bufferESPNOW(interface)```, ```bufferSerial()```, and ```bufferMQTT()```.
|
The following commands send data to buffers to be released at an interval: ```bufferLoRa(interface)```, ```bufferESPNOW(interface)```, ```bufferSerial()```, and ```bufferMQTT()```.
|
||||||
|
|
||||||
In the following example, the gateway is set to take any ESP-NOW packet it receives and send it first over the serial port, then re-transmit via ESP-NOW it to another gaweway with the address 0x01:
|
In the following example, the gateway is set to take any ESP-NOW packet it receives and send it first over the serial port, then re-transmit via ESP-NOW it to another gateway with the address 0x01:
|
||||||
```
|
```
|
||||||
#define ESPNOWG_ACT sendSerial(); sendESPNOW(0x01);
|
#define ESPNOWG_ACT sendSerial(); sendESPNOW(0x01);
|
||||||
```
|
```
|
||||||
@ -28,7 +28,7 @@ BAND and SF (spreading factor) can also be configured in 'fdrs_globals.h' if ena
|
|||||||
Enables WiFi. Used only on the MQTT gateway.
|
Enables WiFi. Used only on the MQTT gateway.
|
||||||
|
|
||||||
SSID, password, and MQTT credentials are also configurable in 'fdrs_globals.h'.
|
SSID, password, and MQTT credentials are also configurable in 'fdrs_globals.h'.
|
||||||
### #define USE_LED
|
### ```#define USE_LED```
|
||||||
This option initializes FastLED! I haven't developed this very much, perhaps you have ideas?
|
This option initializes FastLED! I haven't developed this very much, perhaps you have ideas?
|
||||||
|
|
||||||
## Peers
|
## Peers
|
||||||
|
Loading…
Reference in New Issue
Block a user