fix board_id

This commit is contained in:
Vincello
2025-11-04 11:25:40 +08:00
committed by Jacob Dahl
parent ae03630570
commit b010fe904c
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"board_id": 1188,
"board_id": 1189,
"magic": "PX4FWv1",
"description": "Firmware for the CORVON743v1 board",
"image": "",

View File

@@ -96,7 +96,7 @@
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS0,115200"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 1188
#define BOARD_TYPE 1189
#define BOARD_FLASH_SECTORS (14)
#define BOARD_FLASH_SIZE (16 * 128 * 1024)
#define APP_RESERVATION_SIZE (1 * 128 * 1024)