add Makefile
This commit is contained in:
parent
5e4b9f83f9
commit
cd43bf197f
18
Makefile
Normal file
18
Makefile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
all:
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put hal.py
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put main.py
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put uwebsockets.py
|
||||||
|
|
||||||
|
update:
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put hal.py
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put main.py
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
|
||||||
|
|
||||||
|
wifis:
|
||||||
|
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
|
||||||
|
|
||||||
|
flash:
|
||||||
|
esptool.py -p /dev/tty.SLAB_USBtoUART -b 460800 erase_flash
|
||||||
|
esptool.py -p /dev/tty.SLAB_USBtoUART -b 460800 write_flash --flash_mode dio 0x1000 esp32-*.bin
|
Loading…
Reference in New Issue
Block a user