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

Commit 5e2ec47

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent 0258818 commit 5e2ec47

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_DoubleResetDetector@>=1.1.1
@@ -91,7 +94,7 @@ board = nodemcuv2
9194

9295
[env:ESP32]
9396
platform = espressif32
94-
framework = arduino
97+
framework = arduino, espidf
9598
; ============================================================
9699
; Board configuration
97100
; choose your board by uncommenting one of the following lines

0 commit comments

Comments
 (0)