回答編集履歴
1
comについて
test
CHANGED
@@ -21,3 +21,5 @@
|
|
21
21
|
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
|
22
22
|
|
23
23
|
```
|
24
|
+
|
25
|
+
COMポートは適時自分で変更してください。
|