File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
run : arduino-cli lib install ArduinoJson
133
133
134
134
- 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
136
136
137
137
- name : Checkout
138
138
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git
100
100
board = rpipicow
101
101
board_build.core = earlephilhower
102
102
lib_deps =
103
- ayushsharma82/RPAsyncTCP
103
+ ayushsharma82/RPAsyncTCP@^1.3.1
104
104
ESP32Async/ESPAsyncWebServer
105
105
lib_ignore =
106
106
lwIP_ESPHost
Original file line number Diff line number Diff line change 40
40
{
41
41
"owner" : " ayushsharma82" ,
42
42
"name" : " RPAsyncTCP" ,
43
- "version" : " ^1.3.0 " ,
43
+ "version" : " ^1.3.1 " ,
44
44
"platforms" : " raspberrypi"
45
45
}
46
46
],
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ lib_deps =
92
92
ESP32Async/ESPAsyncTCP @ 2.0.0
93
93
94
94
[env:raspberrypi]
95
- platform = https://github.com/maxgerhardt/platform-raspberrypi.git
95
+ platform = https://github.com/maxgerhardt/platform-raspberrypi.git# c7502925e3b08af70e9f924d54ab9d00a7e64781
96
96
board = rpipicow
97
97
board_build.core = earlephilhower
98
98
lib_deps =
99
99
bblanchon/ArduinoJson @ 7.3.0
100
- ayushsharma82/RPAsyncTCP@^1.3.0
100
+ ayushsharma82/RPAsyncTCP@^1.3.1
101
101
lib_ignore =
102
102
lwIP_ESPHost
103
103
build_flags = ${env.build_flags}
@@ -138,12 +138,12 @@ lib_deps =
138
138
ESP32Async/ESPAsyncTCP @ 2.0.0
139
139
140
140
[env:ci-raspberrypi]
141
- platform = https://github.com/maxgerhardt/platform-raspberrypi.git
141
+ platform = https://github.com/maxgerhardt/platform-raspberrypi.git# c7502925e3b08af70e9f924d54ab9d00a7e64781
142
142
board = ${sysenv.PIO_BOARD}
143
143
board_build.core = earlephilhower
144
144
lib_deps =
145
145
bblanchon/ArduinoJson @ 7.3.0
146
- ayushsharma82/RPAsyncTCP@^1.3.0
146
+ ayushsharma82/RPAsyncTCP@^1.3.1
147
147
lib_ignore =
148
148
lwIP_ESPHost
149
149
build_flags = ${env.build_flags}
You can’t perform that action at this time.
0 commit comments