added max length params

This commit is contained in:
sigmahour 2022-09-22 17:56:12 -04:00
parent 892e9f6508
commit 32fb660ca2

View file

@ -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)