From b5b01a2376189a8a0f6bb2f66139a49566045e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 25 May 2019 09:21:18 +0200 Subject: [PATCH] Small desegin change in memanalizer output --- code/memanalyzer.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/memanalyzer.py b/code/memanalyzer.py index adeea71f..f2661997 100644 --- a/code/memanalyzer.py +++ b/code/memanalyzer.py @@ -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",