opendata-stuttgart / feinstaub-map

http://opendata-stuttgart.github.io/feinstaub-map/
153 stars 48 forks source link

WiFi configuration password input length limits #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

Unfortunately it is not possible to enter WiFi passwords with more than 32 characters in the config form provided with the latest firmware binary:

https://github.com/opendata-stuttgart/sensors-software/blob/master/esp8266-arduino/ppd42ns-wificonfig-ppd-sds-dht/ppd42ns-wificonfig-ppd-sds-dht.ino.nodemcu.bin

maxlength= "32"

<input name="wlanpwd" id="wlanpwd" placeholder="Passwort" value="IWouldLikeToEnterALongPasswordHe" maxlength="32" type="password">

ricki-z commented 7 years ago

We will change this in a future to maxlenght=64. (This is the maximum length for WPA2 passwords). Until now we had no one with a password longer than 20 chars. And please use the sensors-software repo for firmware related questions. This is the map repo.

ghost commented 7 years ago

https://github.com/opendata-stuttgart/sensors-software/issues/34