Skip to content

Commit 957d3c5

Browse files
committed
[RP2XXX] bump Pico Core up to 4.6.0
1 parent e39a187 commit 957d3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
fi
432432
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
433433
arduino --pref "boardsmanager.additional.urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" --save-prefs ;
434-
arduino --install-boards rp2040:rp2040:4.5.4 ;
434+
arduino --install-boards rp2040:rp2040:4.6.0 ;
435435
arduino --board $BOARD --save-prefs ;
436436
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
437437
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;

0 commit comments

Comments
 (0)