mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-19 10:32:37 +01:00
Update multi booter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user