We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df753d commit da828a0Copy full SHA for da828a0
tom_tool.py
@@ -28,7 +28,7 @@
28
if r.ok:
29
open('firmware.bin', 'wb').write(r.content)
30
esptool.main(["--baud", "115200", "--port", item.device, "erase_flash"])
31
- esptool.main(["--baud", "115200", "--port", item.device, "--before", "default_reset", "--after", "hard_reset", "write_flash", "-z", "--flash_mode", "dio", "--flash_freq", "80m", "--flash_size", "detect", "0x1e1000", "initial_fs.zip", "0xd000", "ota_data_initial.bin", "0x1000", "bootloader.bin", "0x10000", "firmware.bin", "0x8000", "campzone2020_16MB.bin"])
+ esptool.main(["--baud", "460800", "--port", item.device, "--before", "default_reset", "--after", "hard_reset", "write_flash", "-z", "--flash_mode", "dio", "--flash_freq", "80m", "--flash_size", "detect", "0x1e1000", "initial_fs.zip", "0xd000", "ota_data_initial.bin", "0x1000", "bootloader.bin", "0x10000", "firmware.bin", "0x8000", "campzone2020_16MB.bin"])
32
print("""
33
Flash succes!
34
Further instructions:
0 commit comments