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 f5c17f8 commit 5d72bcbCopy full SHA for 5d72bcb
builder/frameworks/espidf.py
@@ -104,13 +104,13 @@
104
sys.stderr.write(f"Error: Missing toolchain directory '{TOOLCHAIN_DIR}'\n")
105
env.Exit(1)
106
107
+
108
def create_silent_action(action_func):
109
"""Create a silent SCons action that suppresses output"""
110
silent_action = env.Action(action_func)
111
silent_action.strfunction = lambda target, source, env: ''
112
return silent_action
113
-
114
if "arduino" in env.subst("$PIOFRAMEWORK"):
115
_arduino_pkg_dir = platform.get_package_dir("framework-arduinoespressif32")
116
if not _arduino_pkg_dir or not os.path.isdir(_arduino_pkg_dir):
0 commit comments