diff --git a/bootloader/main.c b/bootloader/main.c index e2ecc18..3b00524 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -2493,6 +2493,8 @@ void auto_launch_firmware() if (btn & BTN_VOL_DOWN) goto out; + if (btn & BTN_VOL_UP) + power_off(); ini_free(&ini_sections); if (h_cfg.autoboot_list)