diff --git a/FirmwareMetadataSection.h b/FirmwareMetadataSection.h index c024eb2..601a312 100644 --- a/FirmwareMetadataSection.h +++ b/FirmwareMetadataSection.h @@ -8,8 +8,8 @@ #include "stdint.h" #define ADR_META_BOOT (0x01000000 + (256 * 1024) - 256) -#define ADR_META_MAIN (0x01000000 + ((256 + 512) * 1024) - 256) -#define ADR_META_MAIN_RECOVERY (0x01010000 + (512 * 1024) - 256) +#define ADR_META_MAIN (0x01000000 + ((256 + 768) * 1024) - 256) +#define ADR_META_MAIN_RECOVERY (0x01010000 + (768 * 1024) - 256) extern volatile const uint32_t META_FW_CRC;