aboutsummaryrefslogtreecommitdiff
path: root/protocol.h
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-24 04:17:57 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-24 04:17:57 -0400
commit0e34f9ce017d0a9afc2b2354854a0e76019a86ec (patch)
tree284ad75e920e70798109f46545a3783e78396442 /protocol.h
parent28d4aacf00d6b7389dd2440060541a623ec25f1d (diff)
fix for stations with lots of stations
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h2
1 files changed, 1 insertions, 1 deletions
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));