mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
rename max alloc (largest free heap memory block)
This commit is contained in:
@@ -117,7 +117,7 @@ const ESPSystemStatus: FC = () => {
|
|||||||
formatNumber(data.free_heap) +
|
formatNumber(data.free_heap) +
|
||||||
' KB (' +
|
' KB (' +
|
||||||
formatNumber(data.max_alloc_heap) +
|
formatNumber(data.max_alloc_heap) +
|
||||||
' KB alloc)'
|
' KB max alloc)'
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user