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

Commit 578caea

Browse files
authored
Add strict option for PIO
; Checks for the compatibility with frameworks and dev/platforms lib_compat_mode = strict
1 parent 5842d35 commit 578caea

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
@@ -33,6 +33,9 @@ upload_speed = 921600
3333
;monitor_speed = 9600
3434
;monitor_port = COM11
3535

36+
; Checks for the compatibility with frameworks and dev/platforms
37+
lib_compat_mode = strict
38+
3639
lib_deps =
3740
; PlatformIO 4.x
3841
; ESP8266_AT_WebServer@~1.3.0
@@ -98,7 +101,7 @@ board = nodemcuv2
98101

99102
[env:ESP32]
100103
platform = espressif32
101-
framework = arduino
104+
framework = arduino, espidf
102105
; ============================================================
103106
; Board configuration
104107
; choose your board by uncommenting one of the following lines

0 commit comments

Comments
 (0)