Browse Source

Merge branch 'dev' into rules-rpn

rules-rpn
Xose Pérez 5 years ago
parent
commit
d79881d676
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))
calc_free(total)
print(output_format.format(
"-" * 20,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15,
"-" * 15
))
if len(test_modules) > 1:
print(output_format.format(
"ALL MODULES",


Loading…
Cancel
Save