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 766384c commit 20268d7Copy full SHA for 20268d7
builder/main.py
@@ -652,7 +652,7 @@ def switch_off_ldf():
652
This optimization prevents unnecessary library dependency scanning and compilation
653
when only filesystem operations are performed.
654
"""
655
- fs_targets = {"uploadfs", "uploadfsota", "buildfs"}
+ fs_targets = {"uploadfs", "uploadfsota", "buildfs", "erase"}
656
if fs_targets & set(COMMAND_LINE_TARGETS):
657
# Disable LDF by modifying project configuration directly
658
env_section = "env:" + env["PIOENV"]
0 commit comments