Added back rpipicow to CI

This commit is contained in:
Mathieu Carbou
2025-01-09 23:51:08 +01:00
parent 7cee8a57b1
commit b81e398097
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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