1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

[host] Disable platformio ldf (#9277)

This commit is contained in:
Jesse Hills
2025-07-01 14:38:39 +12:00
committed by GitHub
parent 9a0ba1657e
commit 27c745d5a1

View File

@@ -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")