mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix logo mapping
This commit is contained in:
@@ -156,4 +156,4 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FLASH_LOGOADDR (0x08000000 + (126 * 1024))
|
#define FLASH_LOGOADDR (0x23000000 + (1022 * 1024))
|
||||||
|
|||||||
@@ -996,7 +996,7 @@ void startGUITask(void const *argument) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
// BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR);
|
BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR);
|
||||||
|
|
||||||
showWarnings();
|
showWarnings();
|
||||||
if (getSettingValue(SettingsOptions::AutoStartMode)) {
|
if (getSettingValue(SettingsOptions::AutoStartMode)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user