Fix Arduino and IDF CI
* Platform pioarduino / Arduino core 3.1.3 IDF 5.3.2.250210
This commit is contained in:
parent
15fd8671d9
commit
2b4a90255f
2 changed files with 4 additions and 3 deletions
5
.github/workflows/esp-idf-with-gfx.yml
vendored
5
.github/workflows/esp-idf-with-gfx.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: esp-idf 5.3.1 with Adafruit GFX
|
||||
name: esp-idf v5.3.2 with Adafruit GFX
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -39,12 +39,13 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 'espressif/arduino-esp32'
|
||||
ref: 3.1.3
|
||||
path: 'examples/esp-idf/with-gfx/components/arduino'
|
||||
- name: Edit Adafruit_BusIO CMakeLists.txt
|
||||
run: sed -i 's/arduino-esp32)/arduino)/g' examples/esp-idf/with-gfx/components/Adafruit_BusIO/CMakeLists.txt
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.3.1
|
||||
esp_idf_version: v5.3.2
|
||||
target: esp32
|
||||
path: 'examples/esp-idf/with-gfx'
|
||||
|
|
|
@ -4,7 +4,7 @@ description = HUB75 ESP32 I2S DMA test patterns example
|
|||
;src_dir = src
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
|
||||
board = wemos_d1_mini32
|
||||
lib_deps =
|
||||
fastled/FastLED
|
||||
|
|
Loading…
Add table
Reference in a new issue