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){
VoltageCheck();
LightCheck();
};
ctr=0;
}else{
ctr--;
};
};
if(isNight())
backlightSetBrightness(100);