回答編集履歴
1
comについて
answer
CHANGED
@@ -9,4 +9,5 @@
|
|
9
9
|
|
10
10
|
```cmd
|
11
11
|
esptool.exe --chip esp32 --port COM4 --baud 1500000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader_dio_80m.bin 0x10000 your_sketch_name.ino.bin 0x8000 your_sketch_name.ino.partitions.bin
|
12
|
-
```
|
12
|
+
```
|
13
|
+
COMポートは適時自分で変更してください。
|