Skip to content

Commit 596fe73

Browse files
committed
NINA_FW_v1.5.0: Remove the v1.5.0 files in favor of v2.0.0.
And update example.py. Signed-off-by: robert-hh <robert@hammelrath.com>
1 parent 8f92737 commit 596fe73

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
1.08 MB
Binary file not shown.
-1.25 MB
Binary file not shown.
-1.25 MB
Binary file not shown.
-1.25 MB
Binary file not shown.

micropython/espflash/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
gpio0 = Pin(2, Pin.OUT)
88
uart = UART(1, 115200, tx=Pin(8), rx=Pin(9), timeout=350)
99

10-
md5sum = b"9a6cf1257769c9f1af08452558e4d60e"
11-
path = "NINA_W102-v1.5.0-Nano-RP2040-Connect.bin"
10+
md5sum = b"a7596ca0d562ddba21e0fcd41d7b798c"
11+
path = "/remote/NINA_FW_V2.0.0_Arduino_W102.bin"
1212

1313
esp = espflash.ESPFlash(reset, gpio0, uart)
1414
# Enter bootloader download mode, at 115200

0 commit comments

Comments
 (0)