3 lines
177 B
Bash
3 lines
177 B
Bash
python3 -m esptool --port /dev/ttyUSB0 erase_flash
|
|
python3 -m esptool --port /dev/ttyUSB0 write_flash -fm dio 0x00000 nodemcu-release-10-modules-2026-08-18-07-13-33-integer.bin
|