mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-27 19:56:03 +00:00
Merge pull request #345 from mirko12/master
Changed PW size to 64+1 chars
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ typedef struct {
|
|||||||
|
|
||||||
/* Below variables are specific to my code */
|
/* Below variables are specific to my code */
|
||||||
uint8_t ssid[32]; // SSID of the AP to connect to
|
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 auto_connect; // Should we auto connect
|
||||||
uint8_t bssid[6]; // Optional: BSSID the AP
|
uint8_t bssid[6]; // Optional: BSSID the AP
|
||||||
uint8_t sta_hostname[32]; // Name of the station
|
uint8_t sta_hostname[32]; // Name of the station
|
||||||
|
|||||||
Reference in New Issue
Block a user