mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-04 13:14:42 +02:00
Try re-activate RPI
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
|
||||||
|
@@ -76,15 +76,11 @@ lib_deps =
|
|||||||
bblanchon/ArduinoJson @ 7.2.0
|
bblanchon/ArduinoJson @ 7.2.0
|
||||||
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
||||||
|
|
||||||
; PlatformIO support for Raspberry Pi Pico is not official
|
|
||||||
; https://github.com/platformio/platform-raspberrypi/pull/36
|
|
||||||
; https://github.com/earlephilhower/arduino-pico/blob/master/docs/platformio.rst
|
|
||||||
; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json
|
|
||||||
[env:raspberrypi]
|
[env:raspberrypi]
|
||||||
upload_protocol = picotool
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||||
platform = raspberrypi
|
|
||||||
; platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12
|
|
||||||
board = rpipicow
|
board = rpipicow
|
||||||
|
lib_ldf_mode = chain
|
||||||
|
lib_compat_mode = soft
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.2.0
|
bblanchon/ArduinoJson @ 7.2.0
|
||||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||||
@@ -119,9 +115,10 @@ lib_deps =
|
|||||||
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
esphome/ESPAsyncTCP-esphome @ 2.0.0
|
||||||
|
|
||||||
[env:ci-raspberrypi]
|
[env:ci-raspberrypi]
|
||||||
; platform = raspberrypi
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#f2687073f73d554c9db41f29b4769fd9703f4e55
|
|
||||||
board = ${sysenv.PIO_BOARD}
|
board = ${sysenv.PIO_BOARD}
|
||||||
|
lib_ldf_mode = chain
|
||||||
|
lib_compat_mode = soft
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.2.0
|
bblanchon/ArduinoJson @ 7.2.0
|
||||||
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
|
||||||
|
Reference in New Issue
Block a user