mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
[esp32] Set lib_compat_mode to strict (#9408)
This commit is contained in:
@@ -180,6 +180,7 @@ async def to_code(config):
|
||||
cg.add(esp8266_ns.setup_preferences())
|
||||
|
||||
cg.add_platformio_option("lib_ldf_mode", "off")
|
||||
cg.add_platformio_option("lib_compat_mode", "strict")
|
||||
|
||||
cg.add_platformio_option("board", config[CONF_BOARD])
|
||||
cg.add_build_flag("-DUSE_ESP8266")
|
||||
|
||||
Reference in New Issue
Block a user