From 8bdbaaa321302b5401f019059ff4a6cb8aed8b85 Mon Sep 17 00:00:00 2001 From: RobertByrnes Date: Wed, 17 Jul 2024 22:25:12 +0100 Subject: [PATCH] chore: Update Arduino CLI utility script to include ESP32-Arduino@3.0.2 version switching functionality --- .github/workflows/arduino_examples.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/arduino_examples.yml b/.github/workflows/arduino_examples.yml index 91b27a7..7336146 100644 --- a/.github/workflows/arduino_examples.yml +++ b/.github/workflows/arduino_examples.yml @@ -44,12 +44,7 @@ jobs: # arduino-cli core install esp32:esp32@2.0.17 # ./.github/workflows/scripts/compile_arduino_examples.sh --clean - # - name: Compile Examples for Arduino-ESP32@3.0.2 - # run: | - # arduino-cli core install esp32:esp32@3.0.2 - # ./.github/workflows/scripts/compile_arduino_examples.sh --clean - - - name: Compile Examples for Arduino-ESP32@3.0.3 + - name: Compile Examples for Arduino-ESP32@3.0.2 run: | - arduino-cli core install esp32:esp32@3.0.3 + arduino-cli core install esp32:esp32@3.0.2 ./.github/workflows/scripts/compile_arduino_examples.sh --clean