another fix
This commit is contained in:
parent
1cbba5c8b3
commit
f9b63c06fe
@ -38,6 +38,7 @@ static void configHandleResetHighScore() {
|
||||
|
||||
static void configHandleBrightness() {
|
||||
displaySetValue(eepromReadBrightness());
|
||||
stoneDrawConfigPattern();
|
||||
|
||||
if (buttonsConfig2Pressed()) {
|
||||
configChanged = true;
|
||||
@ -46,8 +47,6 @@ static void configHandleBrightness() {
|
||||
brightness = 0;
|
||||
}
|
||||
eepromSetBrightness(brightness);
|
||||
|
||||
stoneDrawConfigPattern();
|
||||
}
|
||||
}
|
||||
|
||||
@ -90,5 +89,5 @@ void configExec(void *handle) {
|
||||
|
||||
|
||||
void configInit() {
|
||||
schAdd(configExec, NULL, 0, 25);
|
||||
schAdd(configExec, NULL, 0, 100);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user