1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

[esp32] Set lib_compat_mode to strict (#9408)

This commit is contained in:
Jonathan Swoboda
2025-07-09 22:49:36 -04:00
committed by Jesse Hills
parent 92d03dd196
commit a5055094d0
6 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ src_filter =
+<../tests/dummy_main.cpp>
+<../.temp/all-include.cpp>
lib_ldf_mode = off
lib_compat_mode = strict
; This are common settings for all Arduino-framework based environments.
[common:arduino]