Just commiting

This commit is contained in:
Kai Lauterbach 2022-05-16 14:26:17 +02:00
parent 236034d890
commit ad2502db2a
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;
}
}