diff options
author | Andrew Pattison <[email protected]> | 2020-01-08 11:54:06 +0000 |
---|---|---|
committer | XECDesign <[email protected]> | 2020-01-08 12:01:12 +0000 |
commit | f9375cdcec9421a0b5290a1c34c899d976f60f31 (patch) | |
tree | 6281bc5a2037f86232bb79af859d6d09637ddb51 | |
parent | 9d334bee66a75bd334b8f241f1c31ce6cc0f5f17 (diff) |
README.md - mention WPA_PASSWORD length requirement
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ The following environment variables are supported: * `WPA_ESSID`, `WPA_PASSWORD` and `WPA_COUNTRY` (Default: unset) - If these are set, they are use to configure `wpa_supplicant.conf`, so that the raspberry pi can automatically connect to a wifi network on first boot. If `WPA_ESSID` is set and `WPA_PASSWORD` is unset an unprotected wifi network will be configured. + If these are set, they are use to configure `wpa_supplicant.conf`, so that the raspberry pi can automatically connect to a wifi network on first boot. If `WPA_ESSID` is set and `WPA_PASSWORD` is unset an unprotected wifi network will be configured. If set, `WPA_PASSWORD` must be between 8 and 63 characters. * `ENABLE_SSH` (Default: `0`) |