From da6d783e3b494f92f40a1d23e00c7189ddda2679 Mon Sep 17 00:00:00 2001 From: Jelmer Date: Tue, 27 Jun 2023 23:17:01 +0200 Subject: [PATCH] added new larger availdatareq struct for esp32 --- ESP32_AP-Flasher/include/commstructs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ESP32_AP-Flasher/include/commstructs.h b/ESP32_AP-Flasher/include/commstructs.h index 6843910e..9aef661b 100644 --- a/ESP32_AP-Flasher/include/commstructs.h +++ b/ESP32_AP-Flasher/include/commstructs.h @@ -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 {