You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
25
25
* Invector Labs Challenger RP2040 WiFi
26
26
* Invector Labs Challenger NB RP2040 WiFi
27
27
* Invector Labs Challenger RP2040 LTE
28
+
* Invector Labs Challenger RP2040 LoRa
28
29
* Invector Labs RPICO32
29
30
* Melopero Shake RP2040
30
31
* Solder Party RP2040 Stamp
@@ -81,7 +82,7 @@ If you follow Les' step-by-step you will also have a fully functional `CMake`-ba
81
82
To upload your first sketch, you will need to hold the BOOTSEL button down while plugging in the Pico to your computer.
82
83
Then hit the upload button and the sketch should be transferred and start to run.
83
84
84
-
After the first upload, this should not be necessary as the `arduino-pico` core has auto-reset support.
85
+
After the first upload, this should not be necessary as the `arduino-pico` core has auto-reset support.
85
86
Select the appropriate serial port shown in the Arduino Tools->Port->Serial Port menu once (this setting will stick and does not need to be
86
87
touched for multiple uploads). This selection allows the auto-reset tool to identify the proper device to reset.
87
88
Them hit the upload button and your sketch should upload and run.
@@ -93,8 +94,8 @@ follow the initial procedure of holding the BOOTSEL button down while plugging i
93
94
The onboard flash filesystem for the Pico, LittleFS, lets you upload a filesystem image from the sketch directory for your sketch to use. Download the needed plugin from
0 commit comments