Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Jul 21, 2023
1 parent 45cade9 commit dfa76d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Adafruit's Arduino NINA-W102 firmware 1.7.5 - 2023.07.21

* Fixed Adafruit IO Root SSL Certificate

Adafruit's Arduino NINA-W102 firmware 1.7.4 - 2021.06.03

* Fixed support for custom hostname in WiFi client mode
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.4.bin
esptool.py --port $(M4_PORT) --before no_reset --baud $(UPLOAD_BAUD) write_flash 0 NINA_W102-1.7.5.bin

load-circuitpython:
cp $(CIRCUITPYTHON_UF2) $(BOOT_VOLUME)
Expand Down
2 changes: 1 addition & 1 deletion combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# zero terminate the pem file
outputData[0x10000 + len(certsData)] = 0

outputFilename = "NINA_W102-1.7.4.bin"
outputFilename = "NINA_W102-1.7.5.bin"
if (len(sys.argv) > 1):
outputFilename = sys.argv[1]

Expand Down

0 comments on commit dfa76d4

Please sign in to comment.