Skip to content

Commit c756294

Browse files
authored
Merge pull request #23 from adafruit/nina-fw-1.7.1-updates
Update version and md5sum in miniesptool_simpletest.py
2 parents 3c43580 + 5848d80 commit c756294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/miniesptool_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
print("MAC ADDR: ", [hex(i) for i in esptool.mac_addr])
2828

2929
# Note: Make sure to use the LATEST nina-fw binary release!
30-
esptool.flash_file("NINA_W102-1.6.1.bin", 0x0, "0326db53e579f8a4293feac70d00f6bb")
30+
esptool.flash_file("NINA_W102-1.7.1.bin", 0x0, "dc81f0433dfba6de33c78b5c5911261d")
3131

3232
esptool.reset()
3333
time.sleep(0.5)

0 commit comments

Comments
 (0)