mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
[esp32] Use underscores in arduino_libs_stub folder name (#13785)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1467,7 +1467,7 @@ async def to_code(config):
|
||||
[_format_framework_espidf_version(idf_ver, None)],
|
||||
)
|
||||
# Use stub package to skip downloading precompiled libs
|
||||
stubs_dir = CORE.relative_build_path("arduino-libs-stub")
|
||||
stubs_dir = CORE.relative_build_path("arduino_libs_stub")
|
||||
cg.add_platformio_option(
|
||||
"platform_packages", [f"{ARDUINO_LIBS_PKG}@file://{stubs_dir}"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user