Skip to content

Commit 78747cb

Browse files
committed
fix: ci (2)
1 parent 0982be6 commit 78747cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'"

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
87
lib_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}
2221
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
2322
board = esp32-s3-devkitc-1
2423
lib_deps =

0 commit comments

Comments
 (0)