Skip to content

Commit

Permalink
update 1.3.4 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
EeeeBin committed Jun 26, 2019
1 parent 83cdd9d commit 111189e
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 1 deletion.
Binary file modified firmware_StickC/application_0x10000.bin
Binary file not shown.
Binary file modified firmware_StickC/bootloader_0x1000.bin
Binary file not shown.
Binary file modified firmware_StickC/fatfsImg_0x1f0000.img
Binary file not shown.
1 change: 1 addition & 0 deletions firmware_StickC/flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ esptool.py --chip esp32 --port /dev/${port} --baud 750000 --before default_reset
--flash_mode dio --flash_freq 80m --flash_size detect \
0x1000 bootloader_0x1000.bin \
0x8000 partitions_0x8000.bin \
0xf000 phy_init_data_0xf000.bin \
0x10000 application_0x10000.bin \
0x1F0000 fatfsImg_0x1f0000.img
Binary file added firmware_StickC/phy_init_data_0xf000.bin
Binary file not shown.
Binary file modified firmware_cn/application_0x10000.bin
Binary file not shown.
Binary file modified firmware_cn/bootloader_0x1000.bin
Binary file not shown.
Binary file modified firmware_cn/fatfsImg_0x1f0000.img
Binary file not shown.
1 change: 1 addition & 0 deletions firmware_cn/flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ esptool.py --chip esp32 --port /dev/${port} --baud 921600 --before default_reset
--flash_mode dio --flash_freq 80m --flash_size detect \
0x1000 bootloader_0x1000.bin \
0x8000 partitions_0x8000.bin \
0xf000 phy_init_data_0xf000.bin \
0x10000 application_0x10000.bin \
0x1F0000 fatfsImg_0x1f0000.img
Binary file added firmware_cn/phy_init_data_0xf000.bin
Binary file not shown.
Binary file modified firmware_en/application_0x10000.bin
Binary file not shown.
Binary file modified firmware_en/bootloader_0x1000.bin
Binary file not shown.
Binary file modified firmware_en/fatfsImg_0x1f0000.img
Binary file not shown.
1 change: 1 addition & 0 deletions firmware_en/flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ esptool.py --chip esp32 --port /dev/${port} --baud 921600 --before default_reset
--flash_mode dio --flash_freq 80m --flash_size detect \
0x1000 bootloader_0x1000.bin \
0x8000 partitions_0x8000.bin \
0xf000 phy_init_data_0xf000.bin \
0x10000 application_0x10000.bin \
0x1F0000 fatfsImg_0x1f0000.img
Binary file added firmware_en/phy_init_data_0xf000.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion m5burner.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
}
],
"version": "1.3.3-beta",
"version": "1.3.4-beta",
"framework": "Micropython"
}

0 comments on commit 111189e

Please sign in to comment.