diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-24 04:17:57 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-24 04:17:57 -0400 |
commit | 0e34f9ce017d0a9afc2b2354854a0e76019a86ec (patch) | |
tree | 284ad75e920e70798109f46545a3783e78396442 /protocol.h | |
parent | 28d4aacf00d6b7389dd2440060541a623ec25f1d (diff) |
fix for stations with lots of stations
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ struct InvalidCommand { struct StationInfo { uint8_t replyType; // 6 - uint8_t infoStringSize; + uint32_t infoStringSize; char *infoString; } __attribute__((packed)); |