Skip to content

Commit 435ea8f

Browse files
committed
Use strict mode for libraries
1 parent 93b50da commit 435ea8f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

platformio.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ extra_configs =
1616
lib_deps =
1717
Wire
1818
SPI
19-
https://github.com/GuLinux/AsyncBufferedTcpLogger#v0.0.5
20-
https://github.com/GuLinux/AsyncWebserverUtils#v0.3.0
21-
https://github.com/GuLinux/WiFiManager.git#v0.1.0
22-
https://github.com/GuLinux/ArduinoOTA-Manager.git#v0.0.2
19+
https://github.com/GuLinux/AsyncBufferedTcpLogger#v0.0.6
20+
https://github.com/GuLinux/AsyncWebserverUtils#v0.3.1
21+
https://github.com/GuLinux/WiFiManager.git#v0.1.1
22+
https://github.com/GuLinux/ArduinoOTA-Manager.git#v0.0.3
2323
ESP32Async/AsyncTCP@^3.4.0
2424
ESP32Async/ESPAsyncWebServer@^3.7.7
2525
ayushsharma82/ElegantOTA @ 3.1.7
@@ -54,7 +54,8 @@ platform = espressif32
5454
board_build.filesystem = littlefs
5555
monitor_speed = 115200
5656
framework = arduino
57-
; lib_compat_mode = strict
57+
lib_compat_mode = strict
58+
lib_ldf_mode = chain
5859

5960

6061
[env:lolin_s2_mini]

0 commit comments

Comments
 (0)