Skip to content

Commit 819a95a

Browse files
committed
改行コード変更、README更新
1 parent e2f711b commit 819a95a

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

release/README.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@ MacOSの場合、
55

66
Windowsの場合、
77
./upload.bat
8-
9-
うまく書き込めない場合、下記のようにポートを指定してください。
10-
11-
MacOSの場合、
12-
./upload.sh "/dev/tty.usbserial****"
13-
14-
Windowsの場合、
15-
./upload.bat COM8

release/basic/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"

release/core2/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"

0 commit comments

Comments
 (0)