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
f0d8f0c1a7
commit
73dec610b8
@ -4,7 +4,7 @@ This is the FDRS Multiprotocol Gateway sketch. The device listens for packets ov
|
|||||||
|
|
||||||
The most commonly used configuration tells the device to take any packet it receives and output the data over the serial port (UART):
|
The most commonly used configuration tells the device to take any packet it receives and output the data over the serial port (UART):
|
||||||
```
|
```
|
||||||
#define UNIT_MAC 0x00
|
#define UNIT_MAC 0x00
|
||||||
#define ESPNOWG_ACT sendSerial();
|
#define ESPNOWG_ACT sendSerial();
|
||||||
```
|
```
|
||||||
The companion for this device, connected via serial, takes any data it receives from the serial port and sends it via MQTT:
|
The companion for this device, connected via serial, takes any data it receives from the serial port and sends it via MQTT:
|
||||||
|
Loading…
Reference in New Issue
Block a user