This commit is contained in:
Stefan `Sec` Zehl 2011-07-25 23:41:26 +02:00
parent 0b930aef48
commit bb178629a2
1 changed files with 3 additions and 1 deletions

View File

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