Update README.md

pull/7/head
Timm Bogner 3 years ago committed by GitHub
parent f0d8f0c1a7
commit 73dec610b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save