Skip to content

Commit 52c31c7

Browse files
committed
Corrected client id field length
1 parent fc42e97 commit 52c31c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mqtt-sn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef struct {
6363
uint8_t flags;
6464
uint8_t protocol_id;
6565
uint16_t duration;
66-
char client_id[21];
66+
char client_id[23];
6767
} connect_packet_t;
6868

6969
typedef struct {

0 commit comments

Comments
 (0)