瀏覽代碼

changed config size

subDesTagesMitExtraKaese 4 年之前
父節點
當前提交
3536183533
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
 };