Fix logo mapping

This commit is contained in:
Ben V. Brown
2022-08-03 20:12:16 +10:00
parent 694ef233a8
commit fd49487b0e
2 changed files with 2 additions and 2 deletions

View File

@@ -156,4 +156,4 @@
#endif
#endif
#define FLASH_LOGOADDR (0x08000000 + (126 * 1024))
#define FLASH_LOGOADDR (0x23000000 + (1022 * 1024))

View File

@@ -996,7 +996,7 @@ void startGUITask(void const *argument) {
}
#endif
#endif
// BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR);
BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR);
showWarnings();
if (getSettingValue(SettingsOptions::AutoStartMode)) {