v1.5.0.
This commit is contained in:
4
Makefile
4
Makefile
@@ -28,7 +28,7 @@ load-passthrough:
|
||||
cp passthrough.UF2 $(BOOT_VOLUME)
|
||||
|
||||
load-nina:
|
||||
esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.4.0.bin
|
||||
esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.5.0.bin
|
||||
|
||||
load-circuitpython:
|
||||
cp $(CIRCUITPYTHON_UF2) $(BOOT_VOLUME)
|
||||
@@ -47,4 +47,4 @@ firmware: all
|
||||
|
||||
.PHONY: load-circuitpython
|
||||
|
||||
.PHONY: serial
|
||||
.PHONY: serial
|
||||
|
||||
Reference in New Issue
Block a user