mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-21 19:42:38 +01:00
sdcard picomite: sync with upstream
This commit is contained in:
@@ -285,7 +285,7 @@ void final_selection_callback(const char *path)
|
||||
if(path == NULL) {
|
||||
//load default app from flash
|
||||
|
||||
snprintf(status_message, sizeof(status_message), "SEL: %s", "FLASH+200k");
|
||||
snprintf(status_message, sizeof(status_message), "SEL: %s", "FLASH+188k");
|
||||
text_directory_ui_set_status(status_message);
|
||||
sleep_ms(200);
|
||||
load_firmware_by_path(path);
|
||||
|
||||
Reference in New Issue
Block a user