From ad5ff81893276e9c706d0f1dc18d11434b0d2996 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Tue, 27 Sep 2022 08:20:56 -0500 Subject: [PATCH] Update Gateway.md --- extras/Gateway.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extras/Gateway.md b/extras/Gateway.md index 616c87c..8dc60e8 100644 --- a/extras/Gateway.md +++ b/extras/Gateway.md @@ -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``` +Thanks to [@thefeiter](https://github.com/thefeiter) for this feature! + + ### ```#define USE_LED``` This option initializes FastLED! I haven't developed this very much, perhaps you have ideas?