From cfd8cd7bb982bd88537d0b117c8b8191b7e967f7 Mon Sep 17 00:00:00 2001 From: tyeth Date: Wed, 22 Jan 2025 18:37:55 +0000 Subject: [PATCH] Swap Pico BSP to 4.4.1 (SD Fat Fork issue with 4.4.2) --- build_platform.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_platform.py b/build_platform.py index 48929c1..8c825db 100755 --- a/build_platform.py +++ b/build_platform.py @@ -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" )