ark_fpv: fix bootloader serial fw update (#23984)

This commit is contained in:
Jacob Dahl
2024-11-20 10:46:27 -09:00
committed by GitHub
parent 7288d16855
commit 1cfefc4c63
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -69,7 +69,7 @@
//#define USE_VBUS_PULL_DOWN
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS6,921600"
#define INTERFACE_USART_CONFIG "/dev/ttyS0,921600"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 59
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)