mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
mention that blank SSID = disabling wifi
This commit is contained in:
@@ -84,7 +84,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
|
|||||||
validators={['matchRegexp:^.{0,32}$']}
|
validators={['matchRegexp:^.{0,32}$']}
|
||||||
errorMessages={['SSID must be 32 characters or less']}
|
errorMessages={['SSID must be 32 characters or less']}
|
||||||
name="ssid"
|
name="ssid"
|
||||||
label="SSID"
|
label="SSID (leave blank to disable WiFi)"
|
||||||
fullWidth
|
fullWidth
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
value={data.ssid}
|
value={data.ssid}
|
||||||
|
|||||||
Reference in New Issue
Block a user