Release v00.43: Rapid Fire! (#6)
This release pulls in the latest changes to [SystemK](https://git.ktag.clubk.club/Software/SystemK): - Rapid Fire! (Software/SystemK#6). - BLE updated to version 0.12 of the KTag Beacon Specification (Software/SystemK#5). Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #6
This commit is contained in:
parent
e632408cb3
commit
8fe8822db0
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 430aec54b8d6edde82c3bc9240e34b6a9e31aa09
|
Subproject commit 3892827622902b9a52cfa9b70793db3db765a493
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define VERSION_MAJOR 00
|
#define VERSION_MAJOR 00
|
||||||
#define VERSION_MINOR 42
|
#define VERSION_MINOR 43
|
||||||
|
|
||||||
#define STRINGIFY(number) #number
|
#define STRINGIFY(number) #number
|
||||||
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)
|
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Welcome to KTag! SPIFFS version 00.42
|
Welcome to KTag! SPIFFS version 00.43
|
||||||
Loading…
Add table
Add a link
Reference in a new issue