added new larger availdatareq struct for esp32

This commit is contained in:
Jelmer
2023-06-27 23:17:01 +02:00
parent 306e5aaf00
commit da6d783e3b

View File

@@ -36,6 +36,10 @@ struct AvailDataReq {
uint8_t hwType;
uint8_t wakeupReason;
uint8_t capabilities;
uint16_t tagSoftwareVersion;
uint8_t currentChannel;
uint8_t customMode;
uint8_t reserved[8];
} __packed;
struct espAvailDataReq {