From 5e15b9330c1be5a345a8ff274dc66f95f8939908 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 6 Sep 2024 12:16:17 +0200 Subject: [PATCH] update CI --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 051c4ca..2655dd6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,8 +26,6 @@ monitor_filters = esp32_exception_decoder, log2file lib_deps = bblanchon/ArduinoJson @ 7.1.0 mathieucarbou/AsyncTCP @ 3.2.5 -lib_compat_mode = strict -lib_ldf_mode = chain board = esp32dev [env:arduino-2] @@ -57,7 +55,8 @@ lib_deps = ; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json [env:raspberrypi] upload_protocol = picotool -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 @@ -85,7 +84,8 @@ lib_deps = esphome/ESPAsyncTCP-esphome @ 2.0.0 [env:ci-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