mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 22:26:36 +00:00
[host] Disable platformio ldf (#9277)
This commit is contained in:
parent
9a0ba1657e
commit
27c745d5a1
@ -44,3 +44,4 @@ async def to_code(config):
|
||||
cg.add_build_flag("-std=gnu++20")
|
||||
cg.add_define("ESPHOME_BOARD", "host")
|
||||
cg.add_platformio_option("platform", "platformio/native")
|
||||
cg.add_platformio_option("lib_ldf_mode", "off")
|
||||
|
Loading…
x
Reference in New Issue
Block a user