Skip to content

Commit

Permalink
esp-idf v5.4 panel rgb test (Arduino)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Nov 14, 2024
1 parent 9a78840 commit 10ac29b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@ jobs:

platform-version:
# ESP32 Core versions for 3D matrix
# - 2.0.15
# - 2.0.16
- 2.0.15
- 2.0.16
- 2.0.17
# - 3.0.5
- 3.0.6
- 3.0.7
- 3.1.0-RC2
#- 3.0.0

include:
Expand All @@ -66,6 +62,7 @@ jobs:
- { board: esp32c6, platform: esp32, platform-version: latest, platform-url: 'https://espressif.github.io/arduino-esp32/package_esp32_index.json', archi: esp32, ... }
- { board: esp32c3, platform: esp32, platform-version: latest, platform-url: 'https://espressif.github.io/arduino-esp32/package_esp32_index.json', archi: esp32, ... }
# - { board: esp32h2, platform: esp32, platform-version: latest, platform-url: 'https://espressif.github.io/arduino-esp32/package_esp32_index.json', archi: esp32, ... }
- { board: esp32s3, platform: esp32, platform-version: 3.1.0-RC2, platform-url: 'https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json', archi: esp32, ... }

# 3D matrix applies to these:
- { platform: esp32, archi: esp32, ... }
Expand Down

0 comments on commit 10ac29b

Please sign in to comment.