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 7206193 commit 80d8eb4Copy full SHA for 80d8eb4
.github/workflows/main.yml
@@ -410,7 +410,7 @@ jobs:
410
fi
411
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
412
arduino --pref "boardsmanager.additional.urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" --save-prefs ;
413
- arduino --install-boards rp2040:rp2040:4.3.1 ;
+ arduino --install-boards rp2040:rp2040:4.4.0 ;
414
arduino --board $BOARD --save-prefs ;
415
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
416
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;
0 commit comments