1 Commits

Author SHA1 Message Date
0363b1eebc increase Version after Release 2023-04-30 10:08:34 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
1.02 1.03

View File

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