Fixed typo
This commit is contained in:
parent
1b2f55c84d
commit
091ab25196
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue