Merge branch 'feature/InfluxDB-Connection-Update' of https://git.okoyono.de/okoyono/weatherstation into feature/InfluxDB-Connection-Update
This commit is contained in:
commit
90a6699699
3 changed files with 2 additions and 2 deletions
2
firmware/sensor_apds9930.ino
Executable file → Normal file
2
firmware/sensor_apds9930.ino
Executable file → Normal file
|
@ -20,4 +20,4 @@ float apds9930_light() {
|
||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
0
firmware/sensor_apds9960.ino
Executable file → Normal file
0
firmware/sensor_apds9960.ino
Executable file → Normal file
2
firmware/sensor_battery.ino
Executable file → Normal file
2
firmware/sensor_battery.ino
Executable file → Normal file
|
@ -48,4 +48,4 @@ int energySavingMode() {
|
||||||
|
|
||||||
float isEnergySavingMode() {
|
float isEnergySavingMode() {
|
||||||
return _sensor_battery_saveMode;
|
return _sensor_battery_saveMode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue