Refactor AT commands

This commit is contained in:
2020-11-19 18:09:23 +01:00
parent 8b47ed295e
commit 28e2b6114a
7 changed files with 23 additions and 23 deletions

View File

@@ -19,6 +19,6 @@ void nightm_handle(struct TIME_HMS* curr_time)
led_btnes = (begin <= current && current < end)
? 1<<(ram_cfg.night_mode.led_btnes)
: 1<<(ram_cfg.led_brightness);
: 1<<(ram_cfg.led_btnes);
}
}