From 70a2a1326489eaf6ac6496d0cf9f057fe841935f Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 14 May 2026 11:12:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FirmwareMetadataSection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;