Added "Used heap" to voice prompts for Info screen.

md1702
vk7js 2022-09-07 21:07:47 +10:00 zatwierdzone przez Silvano Seva
rodzic 6a56fe3d3a
commit b39ab4f0d5
3 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -89,5 +89,6 @@ const stringsTable_t englishStrings =
.forEmergencyUse = "For emergency use",
.pressAnyButton = "press any button.",
.accessibility = "Accessibility",
.usedHeap="Used heap"
};
#endif // ENGLISHSTRINGS_H

Wyświetl plik

@ -94,6 +94,7 @@ typedef struct
const char* forEmergencyUse;
const char* pressAnyButton;
const char* accessibility;
const char* usedHeap;
}
stringsTable_t;

Plik binarny nie jest wyświetlany.