increased version number and fixed #93 wifi password lenght

This commit is contained in:
stefan123t 2022-07-10 23:24:07 +02:00
parent be0070f24f
commit 6c22ff6fb6

View file

@ -21,7 +21,7 @@
//------------------------------------- //-------------------------------------
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 4 #define VERSION_MINOR 4
#define VERSION_PATCH 23 #define VERSION_PATCH 24
//------------------------------------- //-------------------------------------
@ -35,7 +35,7 @@ typedef struct {
// EEPROM // EEPROM
//------------------------------------- //-------------------------------------
#define SSID_LEN 32 #define SSID_LEN 32
#define PWD_LEN 63 #define PWD_LEN 64
#define DEVNAME_LEN 16 #define DEVNAME_LEN 16
#define CRC_LEN 2 // uint16_t #define CRC_LEN 2 // uint16_t