Skip to content

Commit f10342f

Browse files
committed
Fix CI which was using from AsyncTCP version for Libretiny
1 parent d009eff commit f10342f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ board = generic-bk7231n-qfn32-tuya
119119
; board = generic-rtl8710bn-2mb-788k
120120
lib_compat_mode = off
121121
lib_deps =
122-
ESP32Async/AsyncTCP @ 3.4.3
122+
ESP32Async/AsyncTCP @ 3.5.0
123123
; use FreeRTOS v9.0.0 for RTL8710BN
124124
; (BK7231 already uses it)
125125
custom_versions.freertos = 9.0.0
@@ -194,7 +194,7 @@ lib_compat_mode = off
194194
lib_deps =
195195
; add DNS server library for LibreTiny
196196
DNSServer
197-
ESP32Async/AsyncTCP @ 3.4.3
197+
ESP32Async/AsyncTCP @ 3.5.0
198198
custom_versions.freertos = 9.0.0
199199

200200
; CI FOR SPECIFIC CONFIGURATIONS

0 commit comments

Comments
 (0)