From 2a6b8b5cd5511e51442acf1a2bbab91991c25ff1 Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sat, 20 Sep 2025 14:52:33 -0500 Subject: [PATCH] Updated System K for Release v00.43 --- components/SystemK | 2 +- main/Version.h | 2 +- spiffs_image/boot_message.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/SystemK b/components/SystemK index 430aec5..3892827 160000 --- a/components/SystemK +++ b/components/SystemK @@ -1 +1 @@ -Subproject commit 430aec54b8d6edde82c3bc9240e34b6a9e31aa09 +Subproject commit 3892827622902b9a52cfa9b70793db3db765a493 diff --git a/main/Version.h b/main/Version.h index af1bea1..e0bbde2 100644 --- a/main/Version.h +++ b/main/Version.h @@ -24,7 +24,7 @@ #define VERSION_H #define VERSION_MAJOR 00 -#define VERSION_MINOR 42 +#define VERSION_MINOR 43 #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 b389ce5..da3f646 100644 --- a/spiffs_image/boot_message.txt +++ b/spiffs_image/boot_message.txt @@ -1 +1 @@ -Welcome to KTag! SPIFFS version 00.42 \ No newline at end of file +Welcome to KTag! SPIFFS version 00.43 \ No newline at end of file