update sdkconfig, documentation for ESP-IDFv3.3. Makefile load-nina reflects latest firmware version

This commit is contained in:
brentru
2019-10-09 11:39:24 -04:00
parent 08bdc03880
commit cd594a1617
3 changed files with 78 additions and 12 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.3.1.bin
esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.4.0.bin
load-circuitpython:
cp $(CIRCUITPYTHON_UF2) $(BOOT_VOLUME)