Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Joe Kearney
2efb4f5183 Added to BLE_EventID_T to match v0.12 of the spec. 2025-06-29 19:07:23 -05:00

View file

@ -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;