From fe58cf3bc6d07a318e22728add7576cd50985ff9 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:27:35 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2260e2e..3d31874 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: - esp32:esp32:heltec_wifi_lora_32_V3 #- esp32:esp32:featheresp32 #- esp32:esp32:m5stack-core2 - #- esp32:esp32:esp32s3_powerfeather + - esp32:esp32:esp32s3_powerfeather - esp32:esp32:adafruit_feather_esp32s2 - rp2040:rp2040:adafruit_feather:dbgport=Serial @@ -82,14 +82,14 @@ jobs: "ESP32Time@2.0.6" "OneWireNg@0.13.3" "DallasTemperature@3.9.0" - "NimBLE-Arduino@1.4.1" + "NimBLE-Arduino@1.4.2" "ATC_MiThermometer@0.4.2" "TheengsDecoder@1.7.8" "Preferences@2.1.0" "ArduinoJson@7.0.4" "M5Unified@0.1.16" "M5Core2@0.1.9" - "powerfeather-sdk@1.0.5") + "powerfeather-sdk@1.0.6") for i in "${required_libs[@]}" do arduino-cli lib install "$i"