bump version, change HCI uart to main uart. kill main thread when done setting up bt

This commit is contained in:
lady ada
2020-06-19 18:36:22 -04:00
parent 43731b8da5
commit 56d7b740ed
4 changed files with 6 additions and 5 deletions

View File

@@ -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.6.1.bin
esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.7.0.bin
load-circuitpython:
cp $(CIRCUITPYTHON_UF2) $(BOOT_VOLUME)