mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add network options, IPv6 for mqtt
This commit is contained in:
@@ -414,6 +414,16 @@ class EMSESPSettingsForm extends Component<EMSESPSettingsFormProps> {
|
||||
}
|
||||
label="Enable ADC"
|
||||
/>
|
||||
<BlockFormControlLabel
|
||||
control={
|
||||
<Checkbox
|
||||
checked={data.low_clock}
|
||||
onChange={handleValueChange('low_clock')}
|
||||
value="low_clock"
|
||||
/>
|
||||
}
|
||||
label="Low Clockrate (160MHz, changed on next reboot)"
|
||||
/>
|
||||
<Grid
|
||||
container
|
||||
spacing={0}
|
||||
|
||||
Reference in New Issue
Block a user