diff --git a/examples/knx-demo/platformio-ci.ini b/examples/knx-demo/platformio-ci.ini index 0ea2778..b426eb0 100644 --- a/examples/knx-demo/platformio-ci.ini +++ b/examples/knx-demo/platformio-ci.ini @@ -83,8 +83,8 @@ build_flags = ;--- RP2040 ----------------------------------------------- [env:rp2040] framework = arduino -platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833 -platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8 +platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip board = rpipico board_build.core = earlephilhower diff --git a/examples/knx-demo/platformio.ini b/examples/knx-demo/platformio.ini index 0db86f5..0de299b 100644 --- a/examples/knx-demo/platformio.ini +++ b/examples/knx-demo/platformio.ini @@ -151,8 +151,8 @@ extra_scripts = ../scripts/stm32rdu.py ;--- RP2040 ----------------------------------------------- [env:rp2040] framework = arduino -platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833 -platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8 +platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip board = rpipico board_build.core = earlephilhower ; We consider that the this projects is opened within its project directory