9
0
Fork 0

update Makefile

This commit is contained in:
Silver Kuusik 2018-01-10 22:48:50 +01:00
parent 71b5f980cd
commit 63d8757c1b
1 changed files with 5 additions and 7 deletions

View File

@ -1,16 +1,14 @@
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
all: flash update wifis
ampy -p /dev/tty.SLAB_USBtoUART put uwebsockets.py
update:
sleep 3
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 main.py
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
wifis:
sleep 3
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
flash: