Skip to content

Commit 19aae9f

Browse files
authored
Remove '--ng' option from esp_idf_size command
1 parent cf44301 commit 19aae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def firmware_metrics(target, source, env):
611611
return
612612

613613
try:
614-
cmd = [PYTHON_EXE, "-m", "esp_idf_size", "--ng"]
614+
cmd = [PYTHON_EXE, "-m", "esp_idf_size"]
615615

616616
# Parameters from platformio.ini
617617
extra_args = env.GetProjectOption("custom_esp_idf_size_args", "")

0 commit comments

Comments
 (0)