Browse Source

Small desegin change in memanalizer output

master
Xose Pérez 5 years ago
parent
commit
b5b01a2376
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      code/memanalyzer.py

+ 11
- 0
code/memanalyzer.py View File

@ -261,6 +261,17 @@ if __name__ == '__main__':
total['size'] = file_size(".pioenvs/{}/firmware.bin".format(env)) total['size'] = file_size(".pioenvs/{}/firmware.bin".format(env))
calc_free(total) calc_free(total)
print(output_format.format(
"-" * 20,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15
))
if len(test_modules) > 1: if len(test_modules) > 1:
print(output_format.format( print(output_format.format(
"ALL MODULES", "ALL MODULES",


Loading…
Cancel
Save