mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +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) +
|
||||
' KB (' +
|
||||
formatNumber(data.max_alloc_heap) +
|
||||
' KB alloc)'
|
||||
' KB max alloc)'
|
||||
}
|
||||
/>
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user