From 0e34f9ce017d0a9afc2b2354854a0e76019a86ec Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sun, 24 Sep 2023 04:17:57 -0400 Subject: fix for stations with lots of stations --- protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol.h') diff --git a/protocol.h b/protocol.h index 2b48ef4..d4f7b2a 100644 --- a/protocol.h +++ b/protocol.h @@ -35,7 +35,7 @@ struct InvalidCommand { struct StationInfo { uint8_t replyType; // 6 - uint8_t infoStringSize; + uint32_t infoStringSize; char *infoString; } __attribute__((packed)); -- cgit v1.2.3-70-g09d2