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

Commit 74087c6

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

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
; PlatformIO 4.x
3235
ESP Async WebServer@>=1.2.3
@@ -96,7 +99,7 @@ board = nodemcuv2
9699

97100
[env:ESP32]
98101
platform = espressif32
99-
framework = arduino
102+
framework = arduino, espidf
100103
; ============================================================
101104
; Board configuration
102105
; choose your board by uncommenting one of the following lines

0 commit comments

Comments
 (0)