Added some obvious errors explanations
This commit is contained in:
@ -1182,7 +1182,7 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
|
||||
boot_logo.instance();
|
||||
Error load_err = ImageLoader::load_image(boot_logo_path, boot_logo);
|
||||
if (load_err)
|
||||
ERR_PRINTS("Non-existing or invalid boot splash at: " + boot_logo_path + ". Loading default splash.");
|
||||
ERR_PRINTS("Non-existing or invalid boot splash at '" + boot_logo_path + "'. Loading default splash.");
|
||||
}
|
||||
|
||||
Color boot_bg_color = GLOBAL_DEF("application/boot_splash/bg_color", boot_splash_bg_color);
|
||||
|
||||
Reference in New Issue
Block a user