mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Update hasp_wifi.cpp
Allow the WiFi key to be the maximum 64 characters supported by the standard.
This commit is contained in:
parent
deac936e82
commit
4ca50771e7
@ -44,9 +44,9 @@ char wifiSsid[32] = WIFI_SSID;
|
|||||||
char wifiSsid[32] = "";
|
char wifiSsid[32] = "";
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIFI_PASSW
|
#ifdef WIFI_PASSW
|
||||||
char wifiPassword[32] = WIFI_PASSW;
|
char wifiPassword[64] = WIFI_PASSW;
|
||||||
#else
|
#else
|
||||||
char wifiPassword[32] = "";
|
char wifiPassword[64] = "";
|
||||||
#endif
|
#endif
|
||||||
uint8_t wifiReconnectCounter = 0;
|
uint8_t wifiReconnectCounter = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user