Skip to content

Commit 01b0658

Browse files
committed
Disable lib_compat_mode for LibreTiny
1 parent 732c212 commit 01b0658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ build_flags = ${env.build_flags}
115115
platform = libretiny @ ^1.9.1
116116
board = generic-bk7231n-qfn32-tuya
117117
; board = generic-rtl8710bn-2mb-788k
118+
lib_compat_mode = off
118119
lib_deps =
119120
ESP32Async/AsyncTCP @ 3.4.3
120121
; use FreeRTOS v9.0.0 for RTL8710BN
@@ -170,6 +171,7 @@ build_flags = ${env.build_flags}
170171
[env:ci-libretiny]
171172
platform = libretiny @ ^1.9.1
172173
board = ${sysenv.PIO_BOARD}
174+
lib_compat_mode = off
173175
lib_deps =
174176
; add DNS server library for LibreTiny
175177
DNSServer

0 commit comments

Comments
 (0)