Browse Source

Change copy in heap message

ota
Xose Pérez 5 years ago
parent
commit
620fe39122
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/utils.ino

+ 1
- 1
code/espurna/utils.ino View File

@ -276,7 +276,7 @@ void _info_print_memory_layout_line(const char * name, unsigned long bytes) {
void infoMemory(const char * name, unsigned int total_memory, unsigned int free_memory) {
DEBUG_MSG_P(
PSTR("[MAIN] %-6s: %5u bytes total - %5u bytes used (%2u%%) - %5u bytes free (%2u%%)\n"),
PSTR("[MAIN] %-6s: %5u bytes initially | %5u bytes used (%2u%%) | %5u bytes free (%2u%%)\n"),
name,
total_memory,
total_memory - free_memory,


Loading…
Cancel
Save