updated Buildscripts to have central Versioning

This commit is contained in:
2024-05-31 12:47:45 +02:00
parent ae8eef52ef
commit a22f71649a
4 changed files with 33 additions and 10 deletions

View File

@@ -31,8 +31,8 @@ typedef struct Constants_s
} Constants_t;
const Constants_t constants PROGMEM = {
1, 5, // Firmware_Version
1, 5, // Required Flash Version
FW_MAJOR, FW_MINOR, // Firmware_Version
FL_MAJOR, FL_MINOR, // Required Flash Version
GIT_REV // Git-Hash-String
};