5 lines
129 B
Bash
5 lines
129 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
python3 -m esptool --port /dev/ttyUSB0 write_flash -fm qio 0x00000 nodemcu-3.0-master_20200610-cfe68233-float.bin
|
||
|
|