mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
sd_boot: better key handling
This commit is contained in:
parent
7ce75c9ee0
commit
763a7080a2
@ -429,5 +429,9 @@ int main()
|
||||
|
||||
text_directory_ui_init();
|
||||
text_directory_ui_set_final_callback(final_selection_callback);
|
||||
|
||||
while(keypad_get_key() > 0) {
|
||||
// drain the keypad input buffer
|
||||
}
|
||||
text_directory_ui_run();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user