Release v00.41 (#4)

This release pulls in the latest changes to [SystemK](https://git.ktag.clubk.club/Software/SystemK):
 - Better UX for reentry (Software/SystemK#4).
 - Dubuque Protocol is again the default (Software/SystemK#3).
 - Reworked BLE according to v0.11 of the KTag Beacon Specification (Software/SystemK#2)

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #4
This commit is contained in:
Joe Kearney 2025-06-14 20:13:05 +00:00
parent bd622e80ee
commit 1f927b805e
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1 +1 @@
Welcome to KTag! SPIFFS version 00.39
Welcome to KTag! SPIFFS version 00.41