mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
text changes, rename system status to hardware, added model
This commit is contained in:
@@ -195,7 +195,6 @@ const UploadDownload: FC = () => {
|
||||
<Box p={2} border="2px solid grey" borderRadius={2}>
|
||||
{LL.VERSION_ON() + ' '}
|
||||
<b>{data.emsesp_version}</b> ({data.esp_platform})
|
||||
{data.model.length > 0 && <p>Gateway Hardware: {data.model}</p>}
|
||||
<Divider />
|
||||
{latestVersion && (
|
||||
<Box mt={2}>
|
||||
|
||||
Reference in New Issue
Block a user