This commit is contained in:
2023-09-17 11:27:23 +02:00
parent ae6e74507d
commit 936d2b9647
2 changed files with 13 additions and 1 deletions
@@ -26,7 +26,7 @@ void MenuSysteminformation::printPage() const {
break;
case 1:
lineOne = "Max alloc heap:";
lineOne = "Max alloc Heap:";
lineTwo.concat(ESP.getMaxAllocHeap());
break;