Add files via upload

STA password length changed to 65, so connection to APs with HEX 64 character key is possible
This commit is contained in:
mirko12
2019-09-10 11:31:46 +02:00
committed by GitHub
parent 2ee739b979
commit 18e3ab0595
+1 -1
View File
@@ -41,7 +41,7 @@ typedef struct {
/* Below variables are specific to my code */
uint8_t ssid[32]; // SSID of the AP to connect to
uint8_t password[64]; // Password of the network
uint8_t password[65]; // Password of the network
uint8_t auto_connect; // Should we auto connect
uint8_t bssid[6]; // Optional: BSSID the AP
uint8_t sta_hostname[32]; // Name of the station