Fixed typo

This commit is contained in:
klaute 2019-02-03 15:09:01 +01:00
parent 1b2f55c84d
commit 091ab25196
1 changed files with 2 additions and 2 deletions

View File

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