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";