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 1114348 commit 416c354Copy full SHA for 416c354
builder/main.py
@@ -376,6 +376,7 @@ def check_lib_archive_exists():
376
target_firm = join("$BUILD_DIR", "${PROGNAME}.bin")
377
else:
378
target_elf = env.BuildProgram()
379
+ env.AddPostAction(target_elf, print_firmware_metrics)
380
if set(["buildfs", "uploadfs", "uploadfsota"]) & set(COMMAND_LINE_TARGETS):
381
target_firm = env.DataToBin(
382
join("$BUILD_DIR", "${ESP32_FS_IMAGE_NAME}"), "$PROJECT_DATA_DIR"
0 commit comments