This commit is contained in:
Stefan `Sec` Zehl 2011-07-25 23:41:26 +02:00
parent 0b930aef48
commit bb178629a2

View file

@ -119,9 +119,11 @@ void tick_default(void) {
if(!adcMutex){
VoltageCheck();
LightCheck();
};
ctr=0;
}else{
ctr--;
};
};
if(isNight())
backlightSetBrightness(100);