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

Commit 378ef89

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent 560912d commit 378ef89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platformio/platformio.ini

Lines changed: 4 additions & 1 deletion
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

3235

@@ -83,7 +86,7 @@ board = nodemcuv2
8386

8487
[env:ESP32]
8588
platform = espressif32
86-
framework = arduino
89+
framework = arduino, espidf
8790
; ============================================================
8891
; Board configuration
8992
; choose your board by uncommenting one of the following lines

0 commit comments

Comments
 (0)