From 73dec610b8e365dc2e29893d2b87bd75b8e19b54 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Thu, 3 Feb 2022 15:25:08 -0600 Subject: [PATCH] Update README.md --- FDRS_Gateway2000/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FDRS_Gateway2000/README.md b/FDRS_Gateway2000/README.md index c5f7ce3..91a68e4 100644 --- a/FDRS_Gateway2000/README.md +++ b/FDRS_Gateway2000/README.md @@ -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): ``` -#define UNIT_MAC 0x00 +#define UNIT_MAC 0x00 #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: