From 091ab2519684e53997d49c4a946d124e7481ed15 Mon Sep 17 00:00:00 2001 From: klaute Date: Sun, 3 Feb 2019 15:09:01 +0100 Subject: [PATCH] Fixed typo --- firmware/config_user.h.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config_user.h.example b/firmware/config_user.h.example index 9195656..e7f5963 100644 --- a/firmware/config_user.h.example +++ b/firmware/config_user.h.example @@ -11,8 +11,8 @@ //#define WEBUPDATER_FEATURE #define BATTERY_POWERED -const float HUMIDITY_FACTOR = 1.0 -const float LIGHT_FACTOR = 1.0 +const float HUMIDITY_FACTOR = 1.0; +const float LIGHT_FACTOR = 1.0; // InfluxDB credentials const char *INFLUXDB_HOST = "hostname";