9
0
Fork 0

add Makefile

This commit is contained in:
Silver Kuusik 2018-01-10 22:21:26 +01:00
parent 5e4b9f83f9
commit cd43bf197f
1 changed files with 18 additions and 0 deletions

18
Makefile Normal file
View 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