Skip to content

Commit 90e1715

Browse files
committed
Update README.
* Nano RP2040 also requires the `no_reset` flag.
1 parent 63823f9 commit 90e1715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
1313
1. Use `esptool` to flash the compiled firmware
1414

1515
## Notes
16-
If updating **Arduino UNO WiFi Rev. 2** NINA firmware via [SerialNINAPassthrough](https://github.com/arduino-libraries/WiFiNINA/blob/master/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino) sketch then the `esptool` invocation needs to be changed slightly:
16+
If updating the NINA firmware for an **Arduino UNO WiFi Rev. 2** or **Arduino Nano RP2040** board via [SerialNINAPassthrough](https://github.com/arduino-libraries/WiFiNINA/blob/master/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino) sketch, then the `esptool` invocation needs to be changed slightly:
1717
```diff
1818
- --baud 115200 --before default_reset
1919
+ --baud 115200 --before no_reset

0 commit comments

Comments
 (0)