Browse Source

increased version number and fixed #93 wifi password lenght

pull/98/head
stefan123t 3 years ago
parent
commit
6c22ff6fb6
  1. 4
      tools/esp8266/defines.h

4
tools/esp8266/defines.h

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

Loading…
Cancel
Save