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

Commit 332cec7

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent f367acb commit 332cec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platformio/platformio.ini

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ upload_speed = 921600
2626
;monitor_speed = 9600
2727
;monitor_port = COM11
2828

29+
; Checks for the compatibility with frameworks and dev/platforms
30+
lib_compat_mode = strict
31+
2932
lib_deps =
3033
; PlatformIO 4.x
3134

0 commit comments

Comments
 (0)