rename max alloc (largest free heap memory block)

This commit is contained in:
proddy
2024-07-16 22:46:17 +02:00
parent 31be3fb3c3
commit 0c1c3c9b8d

View File

@@ -117,7 +117,7 @@ const ESPSystemStatus: FC = () => {
formatNumber(data.free_heap) +
' KB (' +
formatNumber(data.max_alloc_heap) +
' KB alloc)'
' KB max alloc)'
}
/>
</ListItem>