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

Commit a6cc16e

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

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
@@ -27,6 +27,9 @@ upload_speed = 921600
2727
;monitor_speed = 9600
2828
;monitor_port = COM11
2929

30+
; Checks for the compatibility with frameworks and dev/platforms
31+
lib_compat_mode = strict
32+
3033
lib_deps =
3134
; PlatformIO 4.x
3235
; ESP Async WebServer@>=1.2.3

0 commit comments

Comments
 (0)