@@ -7,8 +7,8 @@
#include <EEPROM.h>
struct config_t {
- char ssid[16];
- char pass[16];
+ char ssid[32];
+ char pass[32];
char host[24];
int port;
};