Skip to content

Commit 15ba64c

Browse files
committed
fix: tag rpi core to known good tag and update rpasynctcp version
1 parent 8b0cb70 commit 15ba64c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: arduino-cli lib install ArduinoJson
133133

134134
- name: Install RPAsyncTCP
135-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.0
135+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.1
136136

137137
- name: Checkout
138138
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git
100100
board = rpipicow
101101
board_build.core = earlephilhower
102102
lib_deps =
103-
ayushsharma82/RPAsyncTCP
103+
ayushsharma82/RPAsyncTCP@^1.3.1
104104
ESP32Async/ESPAsyncWebServer
105105
lib_ignore =
106106
lwIP_ESPHost

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"owner": "ayushsharma82",
4242
"name": "RPAsyncTCP",
43-
"version": "^1.3.0",
43+
"version": "^1.3.1",
4444
"platforms": "raspberrypi"
4545
}
4646
],

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ lib_deps =
9292
ESP32Async/ESPAsyncTCP @ 2.0.0
9393

9494
[env:raspberrypi]
95-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
95+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#c7502925e3b08af70e9f924d54ab9d00a7e64781
9696
board = rpipicow
9797
board_build.core = earlephilhower
9898
lib_deps =
9999
bblanchon/ArduinoJson @ 7.3.0
100-
ayushsharma82/RPAsyncTCP@^1.3.0
100+
ayushsharma82/RPAsyncTCP@^1.3.1
101101
lib_ignore =
102102
lwIP_ESPHost
103103
build_flags = ${env.build_flags}
@@ -138,12 +138,12 @@ lib_deps =
138138
ESP32Async/ESPAsyncTCP @ 2.0.0
139139

140140
[env:ci-raspberrypi]
141-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
141+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#c7502925e3b08af70e9f924d54ab9d00a7e64781
142142
board = ${sysenv.PIO_BOARD}
143143
board_build.core = earlephilhower
144144
lib_deps =
145145
bblanchon/ArduinoJson @ 7.3.0
146-
ayushsharma82/RPAsyncTCP@^1.3.0
146+
ayushsharma82/RPAsyncTCP@^1.3.1
147147
lib_ignore =
148148
lwIP_ESPHost
149149
build_flags = ${env.build_flags}

0 commit comments

Comments
 (0)