From 1f927b805e497e0ba6640d97f553ff716caad360 Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sat, 14 Jun 2025 20:13:05 +0000 Subject: [PATCH] Release v00.41 (#4) This release pulls in the latest changes to [SystemK](https://git.ktag.clubk.club/Software/SystemK): - Better UX for reentry (https://git.ktag.clubk.club/Software/SystemK/pulls/4). - Dubuque Protocol is again the default (https://git.ktag.clubk.club/Software/SystemK/pulls/3). - Reworked BLE according to v0.11 of the KTag Beacon Specification (https://git.ktag.clubk.club/Software/SystemK/pulls/2) Co-authored-by: Joe Kearney Reviewed-on: https://git.ktag.clubk.club/Software/2024A-SW/pulls/4 --- main/Version.h | 2 +- spiffs_image/boot_message.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Version.h b/main/Version.h index 1c95727..9e8eb16 100644 --- a/main/Version.h +++ b/main/Version.h @@ -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) diff --git a/spiffs_image/boot_message.txt b/spiffs_image/boot_message.txt index 51eb2b9..ed41c0c 100644 --- a/spiffs_image/boot_message.txt +++ b/spiffs_image/boot_message.txt @@ -1 +1 @@ -Welcome to KTag! SPIFFS version 00.39 \ No newline at end of file +Welcome to KTag! SPIFFS version 00.41 \ No newline at end of file