Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 9caeed8

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent 8b07a79 commit 9caeed8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platformio/platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ upload_speed = 921600
2929
;monitor_speed = 9600
3030
;monitor_port = COM11
3131

32+
; Checks for the compatibility with frameworks and dev/platforms
33+
lib_compat_mode = strict
34+
3235
lib_deps =
3336
; PlatformIO 4.x
3437
; AsyncTCP@~1.1.1

0 commit comments

Comments
 (0)