mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-08 19:53:05 +08:00
fix board_id
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"board_id": 1188,
|
||||
"board_id": 1189,
|
||||
"magic": "PX4FWv1",
|
||||
"description": "Firmware for the CORVON743v1 board",
|
||||
"image": "",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user