We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374158 commit bba836bCopy full SHA for bba836b
builder/frameworks/arduino.py
@@ -938,7 +938,7 @@ def get_frameworks_in_current_env():
938
if IS_WINDOWS:
939
if not env.get("__PIO_BUILD_MIDDLEWARES"):
940
env["__PIO_BUILD_MIDDLEWARES"] = []
941
- env["__PIO_BUILD_MIDDLEWARES"].append(env.AddBuildMiddleware(smart_include_length_shorten))
+ env["__PIO_BUILD_MIDDLEWARES"].append(env.AddBuildMiddleware(smart_include_length_shorten))
942
943
build_script_path = str(Path(FRAMEWORK_DIR) / "tools" / "pioarduino-build.py")
944
SConscript(build_script_path)
0 commit comments