diff --git a/firmware/0x00000.bin b/firmware/0x00000.bin index 2c415a3..ef105d7 100644 Binary files a/firmware/0x00000.bin and b/firmware/0x00000.bin differ diff --git a/firmware/0x10000.bin b/firmware/0x10000.bin index e997b15..4e45892 100644 Binary files a/firmware/0x10000.bin and b/firmware/0x10000.bin differ diff --git a/user/user_config.h b/user/user_config.h index 11a573b..331238a 100644 --- a/user/user_config.h +++ b/user/user_config.h @@ -1,7 +1,7 @@ #ifndef _USER_CONFIG_ #define _USER_CONFIG_ -#define ESPERPASS_VERSION "V0.0.3" +#define ESPERPASS_VERSION "V0.0.4" #define WIFI_SSID "ssid" #define WIFI_PASSWORD "password" diff --git a/user/user_main.c b/user/user_main.c index 312ad1a..ccffcd1 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -816,7 +816,7 @@ console_handle_command(struct espconn *pespconn) // to get the full ssid name. if (nTokens > 3) { - char ssid[50] = {}; + char ssid[32] = {}; int i; // The ssid starts at the 3rd token, position 2 in the tokens @@ -855,7 +855,7 @@ console_handle_command(struct espconn *pespconn) // to get the full password. if (nTokens > 3) { - char password[50] = {}; + char password[64] = {}; int i; // The password starts at the 3rd token, position 2 in the tokens