mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-26 06:10:55 +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
|
- env: ci-esp8266
|
||||||
board: d1_mini
|
board: d1_mini
|
||||||
|
|
||||||
# - env: ci-raspberrypi
|
- env: ci-raspberrypi
|
||||||
# board: rpipicow
|
board: rpipicow
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@@ -80,6 +80,7 @@ lib_deps =
|
|||||||
[env:raspberrypi]
|
[env:raspberrypi]
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||||
board = rpipicow
|
board = rpipicow
|
||||||
|
board_build.core = earlephilhower
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.3.0
|
bblanchon/ArduinoJson @ 7.3.0
|
||||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||||
@@ -118,6 +119,7 @@ lib_deps =
|
|||||||
[env:ci-raspberrypi]
|
[env:ci-raspberrypi]
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||||
board = ${sysenv.PIO_BOARD}
|
board = ${sysenv.PIO_BOARD}
|
||||||
|
board_build.core = earlephilhower
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.3.0
|
bblanchon/ArduinoJson @ 7.3.0
|
||||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||||
|
Reference in New Issue
Block a user