From 343cd3d4c36e565f4f58c20b2b996bc0cd9b4e78 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 6 Sep 2024 12:17:56 +0200 Subject: [PATCH] Fix CI --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2655dd6..53173ad 100644 --- a/platformio.ini +++ b/platformio.ini @@ -55,8 +55,8 @@ lib_deps = ; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json [env:raspberrypi] upload_protocol = picotool -platform = raspberrypi -; platform = https://github.com/maxgerhardt/platform-raspberrypi.git +; platform = raspberrypi +platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipicow lib_deps = bblanchon/ArduinoJson @ 7.1.0 @@ -84,8 +84,8 @@ lib_deps = esphome/ESPAsyncTCP-esphome @ 2.0.0 [env:ci-raspberrypi] -platform = raspberrypi -; platform = https://github.com/maxgerhardt/platform-raspberrypi.git +; platform = raspberrypi +platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = ${sysenv.PIO_BOARD} lib_deps = bblanchon/ArduinoJson @ 7.1.0