Skip to content

Commit 416c354

Browse files
authored
Update main.py
1 parent 1114348 commit 416c354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def check_lib_archive_exists():
376376
target_firm = join("$BUILD_DIR", "${PROGNAME}.bin")
377377
else:
378378
target_elf = env.BuildProgram()
379+
env.AddPostAction(target_elf, print_firmware_metrics)
379380
if set(["buildfs", "uploadfs", "uploadfsota"]) & set(COMMAND_LINE_TARGETS):
380381
target_firm = env.DataToBin(
381382
join("$BUILD_DIR", "${ESP32_FS_IMAGE_NAME}"), "$PROJECT_DATA_DIR"

0 commit comments

Comments
 (0)