Swap Pico BSP to 4.4.1 (SD Fat Fork issue with 4.4.2)

This commit is contained in:
tyeth 2025-01-22 18:37:55 +00:00
parent 12ce4e0be1
commit cfd8cd7bb9

View file

@ -68,7 +68,8 @@ BSP_URLS = (
#"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json," # esp32 beta release
"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json,"
"https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,"
"https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,"
#"https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,"
"https://github.com/earlephilhower/arduino-pico/releases/download/4.4.1/package_rp2040_index.json," # until SDFat config fix for 4.4.2
"https://drazzy.good-enough.cloud/package_drazzy.com_index.json,"
"https://github.com/openwch/board_manager_files/raw/main/package_ch32v_index.json"
)