hekate: show errors before parsing R2C

This commit is contained in:
CTCaer
2025-11-27 12:30:51 +02:00
parent e5566c0a46
commit 7c212358ed

View File

@@ -1534,13 +1534,13 @@ skip_lp0_minerva_config:
display_backlight_pwm_init();
//display_backlight_brightness(h_cfg.backlight, 1000);
// Show exceptions, HOS errors, library errors and L4T kernel panics.
_show_errors();
// Get R2C config from RTC.
if (h_cfg.t210b01)
_r2c_get_config_t210b01();
// Show exceptions, HOS errors, library errors and L4T kernel panics.
_show_errors();
// Load saved configuration and auto boot if enabled.
if (!(h_cfg.errors & ERR_SD_BOOT_EN))
{