Skip to content

Commit 111189e

Browse files
committed
update 1.3.4 beta
1 parent 83cdd9d commit 111189e

16 files changed

+4
-1
lines changed
19 KB
Binary file not shown.
224 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

firmware_StickC/flash.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ esptool.py --chip esp32 --port /dev/${port} --baud 750000 --before default_reset
2828
--flash_mode dio --flash_freq 80m --flash_size detect \
2929
0x1000 bootloader_0x1000.bin \
3030
0x8000 partitions_0x8000.bin \
31+
0xf000 phy_init_data_0xf000.bin \
3132
0x10000 application_0x10000.bin \
3233
0x1F0000 fatfsImg_0x1f0000.img
144 Bytes
Binary file not shown.
13.4 KB
Binary file not shown.

firmware_cn/bootloader_0x1000.bin

224 Bytes
Binary file not shown.

firmware_cn/fatfsImg_0x1f0000.img

0 Bytes
Binary file not shown.

firmware_cn/flash.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ esptool.py --chip esp32 --port /dev/${port} --baud 921600 --before default_reset
2828
--flash_mode dio --flash_freq 80m --flash_size detect \
2929
0x1000 bootloader_0x1000.bin \
3030
0x8000 partitions_0x8000.bin \
31+
0xf000 phy_init_data_0xf000.bin \
3132
0x10000 application_0x10000.bin \
3233
0x1F0000 fatfsImg_0x1f0000.img
144 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)