Pulled in the latest SystemK (with BLE v0.12) (#5)

This change refactors the BLE subsystem to support the changes introduced in the [KTag Beacon Specification v0.12](https://ktag.clubk.club/Technology/BLE/KTag%20Beacon%20Specification%20v0.12.pdf).

SystemK changes: Software/SystemK#5

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #5
This commit is contained in:
Joe Kearney 2025-09-01 18:05:44 +00:00
parent 1f927b805e
commit e632408cb3
4 changed files with 163 additions and 5 deletions

View file

@ -24,7 +24,7 @@
#define VERSION_H
#define VERSION_MAJOR 00
#define VERSION_MINOR 41
#define VERSION_MINOR 42
#define STRINGIFY(number) #number
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)