Merge branch 'feature/InfluxDB-Connection-Update' of https://git.okoyono.de/okoyono/weatherstation into feature/InfluxDB-Connection-Update

This commit is contained in:
klaute 2022-05-16 14:29:17 +02:00
commit 90a6699699
3 changed files with 2 additions and 2 deletions

2
firmware/sensor_apds9930.ino Executable file → Normal file
View file

@ -20,4 +20,4 @@ float apds9930_light() {
} else {
return 0;
}
}
}

0
firmware/sensor_apds9960.ino Executable file → Normal file
View file

2
firmware/sensor_battery.ino Executable file → Normal file
View file

@ -48,4 +48,4 @@ int energySavingMode() {
float isEnergySavingMode() {
return _sensor_battery_saveMode;
}
}