We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a60380 commit c431353Copy full SHA for c431353
examples/miniesptool_esp32nina.py
@@ -22,7 +22,7 @@
22
print("MAC ADDR: ", [hex(i) for i in esptool.mac_addr])
23
24
# Note: Make sure to use the LATEST nina-fw binary release!
25
-esptool.flash_file("ninafw.bin")
+esptool.flash_file("NINA_W102-1.3.1.bin",0x0,'3f9d2765dd3b7b1eab61e1eccae73e44')
26
27
esptool.reset()
28
time.sleep(0.5)
0 commit comments