Corrected length of AP password

This commit is contained in:
Thomas Basler 2022-04-11 19:59:48 +02:00
parent a6d7c923bb
commit fda6c2b6f6

View File

@ -7,7 +7,7 @@
#define HTTP_PORT 80
#define ACCESS_POINT_NAME "OpenDTU-"
#define ACCESS_POINT_PASSWORD "openDTU"
#define ACCESS_POINT_PASSWORD "openDTU42"
#define ADMIN_TIMEOUT 180
#define WIFI_RECONNECT_TIMEOUT 15