Just commiting
This commit is contained in:
parent
236034d890
commit
ad2502db2a
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 {
|
||||
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() {
|
||||
return _sensor_battery_saveMode;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue