Update Gateway.md

This commit is contained in:
Timm Bogner 2022-09-27 08:20:56 -05:00 committed by GitHub
parent a28c6c04cb
commit ad5ff81893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,9 @@ Enables SD-card logging. Used only on the MQTT gateway if sending the MQTT messa
Logging is done in the following CSV Format: ```timestamp,reading_id,datatype,value``` Logging is done in the following CSV Format: ```timestamp,reading_id,datatype,value```
Thanks to [@thefeiter](https://github.com/thefeiter) for this feature!
### ```#define USE_LED``` ### ```#define USE_LED```
This option initializes FastLED! I haven't developed this very much, perhaps you have ideas? This option initializes FastLED! I haven't developed this very much, perhaps you have ideas?