Parcourir la source

changed config size

subDesTagesMitExtraKaese il y a 4 ans
Parent
commit
3536183533
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      include/config.hpp

+ 2 - 2
include/config.hpp

@@ -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;
 };