Add static blocking write function to gui. This allows us to set a updating... status on the display when starting the updater.

This commit is contained in:
2021-05-22 11:34:33 +02:00
parent afadd539c8
commit 708fdea058
4 changed files with 21 additions and 0 deletions

View File

@@ -162,6 +162,8 @@ static inline void handle_boot_status(void)
led_set(0, 1);
led_set(1, 1);
gui_lcd_write_direct_blocking(0, "Updating...");
start_updater_ram_code();
}