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

Commit c363139

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent 73284e0 commit c363139

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
@@ -25,6 +25,9 @@ upload_speed = 921600
2525
;monitor_speed = 9600
2626
;monitor_port = COM11
2727

28+
; Checks for the compatibility with frameworks and dev/platforms
29+
lib_compat_mode = strict
30+
2831
lib_deps =
2932

3033

0 commit comments

Comments
 (0)