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

This commit is contained in:
cfif 2026-05-28 12:44:40 +03:00
parent 420ec3fd89
commit 42a12e9d32
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "stdint.h"
#define ADR_META_BOOT (0x01000000 + (128 * 1024) - 256)
#define ADR_META_MAIN (0x01000000 + (704 * 1024) - 256)
#define ADR_META_MAIN (0x01000000 + (128 + 704 * 1024) - 256)
extern volatile const uint32_t META_FW_CRC;