4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
|
source venv/bin/activate
|
||
|
|
||
|
python3 esptool.py --port <serial-port-of-ESP8266> --baud <baud-rate> write_flash -fm <flash-mode> 0x00000 <nodemcu-firmware>.bin
|