update Makefile
This commit is contained in:
parent
71b5f980cd
commit
63d8757c1b
12
Makefile
12
Makefile
@ -1,16 +1,14 @@
|
|||||||
all:
|
all: flash update wifis
|
||||||
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
|
ampy -p /dev/tty.SLAB_USBtoUART put uwebsockets.py
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
sleep 3
|
||||||
ampy -p /dev/tty.SLAB_USBtoUART put hal.py
|
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 main.py
|
||||||
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
|
ampy -p /dev/tty.SLAB_USBtoUART put boot.py
|
||||||
|
|
||||||
wifis:
|
wifis:
|
||||||
|
sleep 3
|
||||||
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
|
ampy -p /dev/tty.SLAB_USBtoUART put wifis.json
|
||||||
|
|
||||||
flash:
|
flash:
|
||||||
|
Loading…
Reference in New Issue
Block a user