File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ jobs:
135135 board : esp32-c6-devkitc-1
136136
137137 - name : CI Pico W | RP2040+W
138- env : rpipicow|arduino-pico
138+ env : ci-rp2040
139139 board : rpipicow
140140 platform : https://github.com/maxgerhardt/platform-raspberrypi.git
141141 opts : " --project-option 'board_build.core=earlephilhower'"
142142
143143 - name : CI Pico 2W | RP2350+W
144- env : rpipico2w|arduino-pico
144+ env : ci-rp2350
145145 board : rpipico2w
146146 platform : https://github.com/maxgerhardt/platform-raspberrypi.git
147147 opts : " --project-option 'board_build.core=earlephilhower'"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ build_flags =
44 -Wall -Wextra
55 -D CONFIG_ARDUHAL_LOG_COLORS
66 -D CORE_DEBUG_LEVEL =ARDUHAL_LOG_LEVEL_DEBUG
7- -D NETWIZARD_USE_ASYNC_WEBSERVER =1
87lib_deps =
98 bblanchon/ArduinoJson@7.1.0
109 ESP32Async/ESPAsyncWebServer@^3.7.0
@@ -18,7 +17,7 @@ src_dir = examples/Demo
1817; src_dir = examples/AsyncDemo
1918
2019[env:esp32]
21- build_flags = ${env.build_flags} ${dev.build_flags}
20+ build_flags = ${env.build_flags}
2221platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
2322board = esp32-s3-devkitc-1
2423lib_deps =
You can’t perform that action at this time.
0 commit comments