Added "Used heap" to voice prompts for Info screen.
This commit is contained in:
parent
6a56fe3d3a
commit
b39ab4f0d5
|
|
@ -89,5 +89,6 @@ const stringsTable_t englishStrings =
|
||||||
.forEmergencyUse = "For emergency use",
|
.forEmergencyUse = "For emergency use",
|
||||||
.pressAnyButton = "press any button.",
|
.pressAnyButton = "press any button.",
|
||||||
.accessibility = "Accessibility",
|
.accessibility = "Accessibility",
|
||||||
|
.usedHeap="Used heap"
|
||||||
};
|
};
|
||||||
#endif // ENGLISHSTRINGS_H
|
#endif // ENGLISHSTRINGS_H
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,7 @@ typedef struct
|
||||||
const char* forEmergencyUse;
|
const char* forEmergencyUse;
|
||||||
const char* pressAnyButton;
|
const char* pressAnyButton;
|
||||||
const char* accessibility;
|
const char* accessibility;
|
||||||
|
const char* usedHeap;
|
||||||
}
|
}
|
||||||
stringsTable_t;
|
stringsTable_t;
|
||||||
|
|
||||||
|
|
|
||||||
BIN
voiceprompts.vpc
BIN
voiceprompts.vpc
Binary file not shown.
Loading…
Reference in New Issue