From 7046b4db49d9c7ee28c3b69bf662b1543575cc4b Mon Sep 17 00:00:00 2001 From: stefan123t Date: Sun, 10 Jul 2022 22:25:40 +0200 Subject: [PATCH] fix #93 set password to 64 chars max fix #93 set password to 64 chars max --- tools/esp8266/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/defines.h b/tools/esp8266/defines.h index 22a65160..3614048d 100644 --- a/tools/esp8266/defines.h +++ b/tools/esp8266/defines.h @@ -35,7 +35,7 @@ typedef struct { // EEPROM //------------------------------------- #define SSID_LEN 32 -#define PWD_LEN 63 +#define PWD_LEN 64 #define DEVNAME_LEN 16 #define CRC_LEN 2 // uint16_t