Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit b81e398

Browse files
committed
Added back rpipicow to CI
1 parent 7cee8a5 commit b81e398

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
- env: ci-esp8266
128128
board: d1_mini
129129

130-
# - env: ci-raspberrypi
131-
# board: rpipicow
130+
- env: ci-raspberrypi
131+
board: rpipicow
132132
steps:
133133
- name: Checkout
134134
uses: actions/checkout@v4

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ lib_deps =
8080
[env:raspberrypi]
8181
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
8282
board = rpipicow
83+
board_build.core = earlephilhower
8384
lib_deps =
8485
bblanchon/ArduinoJson @ 7.3.0
8586
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
@@ -118,6 +119,7 @@ lib_deps =
118119
[env:ci-raspberrypi]
119120
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
120121
board = ${sysenv.PIO_BOARD}
122+
board_build.core = earlephilhower
121123
lib_deps =
122124
bblanchon/ArduinoJson @ 7.3.0
123125
khoih-prog/AsyncTCP_RP2040W @ 1.2.0

0 commit comments

Comments
 (0)