mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-07-31 19:24:45 +02:00
Added back rpipicow to CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -127,8 +127,8 @@ jobs:
|
||||
- env: ci-esp8266
|
||||
board: d1_mini
|
||||
|
||||
# - env: ci-raspberrypi
|
||||
# board: rpipicow
|
||||
- env: ci-raspberrypi
|
||||
board: rpipicow
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@@ -80,6 +80,7 @@ lib_deps =
|
||||
[env:raspberrypi]
|
||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||
board = rpipicow
|
||||
board_build.core = earlephilhower
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson @ 7.3.0
|
||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||
@@ -118,6 +119,7 @@ lib_deps =
|
||||
[env:ci-raspberrypi]
|
||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||
board = ${sysenv.PIO_BOARD}
|
||||
board_build.core = earlephilhower
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson @ 7.3.0
|
||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||
|
Reference in New Issue
Block a user