File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -99,5 +99,5 @@ $ rm release/core2/*.map release/core2/*.elf
9999` zip ` で固める。
100100``` sh
101101$ cd release
102- $ zip -r ../packages/m5_display_ticker_bitflyer_for_m5stack.zip *
102+ $ zip -r ../packages/m5_display_ticker_bitflyer_for_m5stack- $( git describe ) .zip *
103103```
Original file line number Diff line number Diff line change @@ -5,11 +5,3 @@ MacOSの場合、
55
66Windowsの場合、
77./upload.bat
8-
9- うまく書き込めない場合、下記のようにポートを指定してください。
10-
11- MacOSの場合、
12- ./upload.sh "/dev/tty.usbserial****"
13-
14- Windowsの場合、
15- ./upload.bat COM8
Original file line number Diff line number Diff line change 1- ../tools/esptool --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 " boot_app0.bin" 0x1000 " m5_display_ticker_bitflyer.ino.bootloader.bin" 0x10000 " m5_display_ticker_bitflyer.ino.bin" 0x8000 " m5_display_ticker_bitflyer.ino.partitions.bin" 0x210000 " data.spiffs.bin"
1+ ../tools/esptool --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 " boot_app0.bin" 0x1000 " m5_display_ticker_bitflyer.ino.bootloader.bin" 0x10000 " m5_display_ticker_bitflyer.ino.bin" 0x8000 " m5_display_ticker_bitflyer.ino.partitions.bin" 0x210000 " data.spiffs.bin"
Original file line number Diff line number Diff line change 1- ../tools/esptool --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 " boot_app0.bin" 0x1000 " m5_display_ticker_bitflyer.ino.bootloader.bin" 0x10000 " m5_display_ticker_bitflyer.ino.bin" 0x8000 " m5_display_ticker_bitflyer.ino.partitions.bin" 0xc90000 " data.spiffs.bin"
1+ ../tools/esptool --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 " boot_app0.bin" 0x1000 " m5_display_ticker_bitflyer.ino.bootloader.bin" 0x10000 " m5_display_ticker_bitflyer.ino.bin" 0x8000 " m5_display_ticker_bitflyer.ino.partitions.bin" 0xc90000 " data.spiffs.bin"
You can’t perform that action at this time.
0 commit comments