updated Buildscripts to have central Versioning
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user