feature/InfluxDB-Connection-Update #1

Merged
klaute merged 39 commits from feature/InfluxDB-Connection-Update into master 2022-05-23 17:36:59 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit ad2502db2a - Show all commits

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