From 2efb4f5183acd313f28f6a8f20b041053a47c2e1 Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sun, 29 Jun 2025 19:07:23 -0500 Subject: [PATCH] Added to BLE_EventID_T to match v0.12 of the spec. --- BLE/BLE_Packets.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BLE/BLE_Packets.h b/BLE/BLE_Packets.h index 48a68ae..e142b53 100644 --- a/BLE/BLE_Packets.h +++ b/BLE/BLE_Packets.h @@ -100,6 +100,9 @@ typedef enum BLE_EVENT_CONFIGURED = 2, BLE_EVENT_WRAPUP_COMPLETE = 3, BLE_EVENT_GAME_OVER = 4, + BLE_EVENT_QUIET = 5, + BLE_EVENT_UNQUIET = 6, + BLE_EVENT_FORCE_STATE = 7, BLE_EVENT_UNUSED = 0xFFFFFFFF } BLE_EventID_T;