mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 12:15:54 +02:00
increased version number and fixed #93 wifi password lenght
This commit is contained in:
parent
be0070f24f
commit
6c22ff6fb6
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 4
|
||||
#define VERSION_PATCH 23
|
||||
#define VERSION_PATCH 24
|
||||
|
||||
|
||||
//-------------------------------------
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue