combined extras

This commit is contained in:
Timm Bogner 2022-08-07 20:20:08 -05:00
parent 42e232d93a
commit 1cd195bebe
7 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ Install the libraries that you need:
- [PubSubClient](https://github.com/knolleary/pubsubclient/) (required for MQTT Gateways) - [PubSubClient](https://github.com/knolleary/pubsubclient/) (required for MQTT Gateways)
### [Sensors](/extras/Sensor_docs/) ### [Sensors](/extras/Sensor.md)
Sensors gather data and send it to a gateway via ESP-NOW or LoRa. Sensors gather data and send it to a gateway via ESP-NOW or LoRa.
### [Gateways](extras/Gateway_docs) ### [Gateways](extras/Gateway.md)
Gateways listen for packets over ESP-NOW, LoRa, UART, and/or MQTT, then re-transmit the packets using one or more of the same interfaces. Gateways listen for packets over ESP-NOW, LoRa, UART, and/or MQTT, then re-transmit the packets using one or more of the same interfaces.
### Front-end ### Front-end
@ -49,5 +49,5 @@ Development of this project would not have been possible without the support of
![Basic](extras/Gateway_docs/Basic_Setup.png) ![Basic](extras/Basic_Setup.png)
![Advanced](extras/Gateway_docs/Advanced_Setup.png) ![Advanced](extras/Advanced_Setup.png)

View File

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 228 KiB

View File

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 238 KiB

View File

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB