Skip to content

Commit c431353

Browse files
author
brentru
committed
update example to include md5 checksum
1 parent 3a60380 commit c431353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/miniesptool_esp32nina.py

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

2424
# Note: Make sure to use the LATEST nina-fw binary release!
25-
esptool.flash_file("ninafw.bin")
25+
esptool.flash_file("NINA_W102-1.3.1.bin",0x0,'3f9d2765dd3b7b1eab61e1eccae73e44')
2626

2727
esptool.reset()
2828
time.sleep(0.5)

0 commit comments

Comments
 (0)