updated some comments after migrating stuff from other Project

This commit is contained in:
2024-05-30 23:48:26 +02:00
parent cf76ea7cc7
commit 5ee0a23a6d
9 changed files with 17 additions and 80 deletions

View File

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