mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 20:51:38 +02:00
fix settings length -> version number was display incorrect (footer)
This commit is contained in:
parent
e3e141ab57
commit
64fb587cf3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ typedef enum {
|
|||
#define CRC_LEN 2 // uint16_t
|
||||
#define DISCLAIMER_LEN 1
|
||||
#define STATIC_IP_LEN 16 // 4x uint32_t
|
||||
#define STATUS_LED_LEN 4 // 4x uint8_t
|
||||
#define STATUS_LED_LEN 2 // 2x uint8_t
|
||||
|
||||
#define INV_ADDR_LEN MAX_NUM_INVERTERS * 8 // uint64_t
|
||||
#define INV_NAME_LEN MAX_NUM_INVERTERS * MAX_NAME_LENGTH // char[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue