From bf2a929f4ea34cf81c23478560203480a01a56c6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 31 Oct 2024 19:55:47 -0400 Subject: main: Include the version string in "no partitions found" error Change-Id: I63ddecebb9d0e27eff27eedf5ec4b6e30508152f --- apps/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/main.c b/apps/main.c index 1e8e872296..53a2f9196b 100644 --- a/apps/main.c +++ b/apps/main.c @@ -631,6 +631,7 @@ static void init(void) #elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK) lcd_puts(0, 2, "Rebooting in 5s"); #endif + lcd_puts(0, 4, rbversion); lcd_update(); #ifndef USB_NONE -- cgit v1.2.3