bumped Version

This commit is contained in:
Marcel Peterkau 2023-04-17 22:02:37 +02:00
parent c059d7d085
commit ea230bcee7
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.01
1.02

View File

@ -56,8 +56,8 @@ typedef struct Constants_s
} Constants_t;
const Constants_t constants PROGMEM = {
1,1, // Firmware_Version
1,1, // Required Flash Version
1,2, // Firmware_Version
1,2, // Required Flash Version
GIT_REV // Git-Hash-String
};