Обновление платы на V2

This commit is contained in:
cfif 2026-05-14 11:12:30 +03:00
parent ca00cc9184
commit 70a2a13264
1 changed files with 2 additions and 2 deletions

View File

@ -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;