mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-28 04:06:57 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user