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 5292ca4 commit 1bb0fbeCopy full SHA for 1bb0fbe
builder/main.py
@@ -122,7 +122,6 @@ def _get_board_f_flash(env):
122
UPLOADEROTA=join("$FRAMEWORK_ARDUINOESP8266_DIR", "tools", "espota.py"),
123
124
UPLOADERFLAGS=[
125
- "-vv",
126
"-cd", "$UPLOAD_RESETMETHOD",
127
"-cb", "$UPLOAD_SPEED",
128
"-cp", '"$UPLOAD_PORT"'
@@ -152,6 +151,9 @@ def _get_board_f_flash(env):
152
151
ASFLAGS=env.get("CCFLAGS", [])[:]
153
)
154
+if not env.GetOption("silent"):
155
+ env.Prepend(UPLOADERFLAGS=["-vv"])
156
+
157
158
#
159
# SPIFFS
0 commit comments