mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +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}$']}
|
||||
errorMessages={['SSID must be 32 characters or less']}
|
||||
name="ssid"
|
||||
label="SSID"
|
||||
label="SSID (leave blank to disable WiFi)"
|
||||
fullWidth
|
||||
variant="outlined"
|
||||
value={data.ssid}
|
||||
|
||||
Reference in New Issue
Block a user