mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
added max length params
This commit is contained in:
parent
892e9f6508
commit
32fb660ca2
|
@ -22,7 +22,7 @@ You can [force the device to boot into SoftAP mode](#software-access-point) by r
|
|||
|
||||
### NTP Server
|
||||
|
||||
Type: **string**
|
||||
Type: **string** (Max Length: 33)
|
||||
|
||||
Default: `0.pool.ntp.org`
|
||||
|
||||
|
@ -38,7 +38,7 @@ Enables and Disables WiFi.
|
|||
|
||||
### WiFi SSID
|
||||
|
||||
Type: **string** (Case Sensitive)
|
||||
Type: **string** (Case Sensitive, Max Length: 33)
|
||||
|
||||
Default: `""` (Empty)
|
||||
|
||||
|
@ -48,7 +48,7 @@ In [Client](#wifi-client) mode, this is your WiFi Networks SSID.
|
|||
|
||||
### WiFi PSK
|
||||
|
||||
Type: **string** (Case Sensitive)
|
||||
Type: **string** (Case Sensitive, Max Length: 64)
|
||||
|
||||
Default: `""` (Empty)
|
||||
|
||||
|
|
Loading…
Reference in a new issue