Skip to content

Commit 80d8eb4

Browse files
committed
[RP2XXX] bump Pico Core up to 4.4.0
1 parent 7206193 commit 80d8eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
fi
411411
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
412412
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 ;
413+
arduino --install-boards rp2040:rp2040:4.4.0 ;
414414
arduino --board $BOARD --save-prefs ;
415415
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
416416
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;

0 commit comments

Comments
 (0)