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

Commit 0dcd8fa

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent a7767f1 commit 0dcd8fa

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
@@ -34,6 +34,9 @@ upload_speed = 921600
3434
;monitor_speed = 9600
3535
;monitor_port = COM11
3636

37+
; Checks for the compatibility with frameworks and dev/platforms
38+
lib_compat_mode = strict
39+
3740
lib_deps =
3841

3942
build_flags =

0 commit comments

Comments
 (0)