mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text changes
This commit is contained in:
@@ -112,15 +112,17 @@ class EMSESPSettingsForm extends Component<EMSESPSettingsFormProps> {
|
|||||||
<ValidatorForm onSubmit={saveData}>
|
<ValidatorForm onSubmit={saveData}>
|
||||||
<Box bgcolor="info.main" p={2} mt={2} mb={2}>
|
<Box bgcolor="info.main" p={2} mt={2} mb={2}>
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
Adjust any of the EMS-ESP settings here. For help refer to the{' '}
|
<i>
|
||||||
|
consult the
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://emsesp.github.io/docs/#/Configure-firmware32?id=ems-esp-settings"
|
href="https://emsesp.github.io/docs/#/Configure-firmware32?id=ems-esp-settings"
|
||||||
color="primary"
|
color="primary"
|
||||||
>
|
>
|
||||||
{'online documentation'}
|
{' documentation'}
|
||||||
</Link>
|
</Link>
|
||||||
.
|
for help explaining the settings below
|
||||||
|
</i>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user