mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-13 10:48:52 +01:00
Update multi booter
This commit is contained in:
parent
cb0b1fbb63
commit
bdbac6751e
@ -322,7 +322,7 @@ int main()
|
||||
process_key_event(key);
|
||||
|
||||
sleep_ms(20);
|
||||
if(cur_time - last_time > 60000) {
|
||||
if(cur_time - last_time > BAT_UPDATE_MS) {
|
||||
text_directory_ui_update_header(1);
|
||||
last_time = cur_time;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user