Update README.md

This commit is contained in:
Timm Bogner 2022-02-06 07:05:35 -06:00 committed by GitHub
parent 6e3c75bca5
commit 3dd50d7e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Gateway 2.000
This is the FDRS Multiprotocol Gateway sketch. The device listens for packets over ESP-NOW, UART, LoRa, and/or WiFi, then retransmits the packets over these interfaces using rules defined in the configuration file.
This is the FDRS Multiprotocol Gateway sketch. The device listens for packets over ESP-NOW, UART, LoRa, and/or MQTT, then retransmits the packets over these interfaces using rules defined in the configuration file.
The most commonly used configuration tells the device to take any ESP-NOW packet it receives and output the data over the serial port (UART):
```