Skip to content

Commit d6cc572

Browse files
authored
Merge pull request #82 from openUC2/JustageScale
Add Scale Option Stretch
2 parents b846413 + 669895d commit d6cc572

3 files changed

Lines changed: 24 additions & 11 deletions

File tree

Production_Files/Software/ODMR_Server/src/version_info.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#define __VERSION_INFO_H__
66

77
#define FIRMWARE_VERSION "1.0.0"
8-
#define BUILD_DATE "2026-03-18"
9-
#define BUILD_TIME "14:14:45"
10-
#define BUILD_TIMESTAMP "20260318141445"
11-
#define GIT_HASH "b971e35"
12-
#define GIT_BRANCH "fix-listoferrors"
8+
#define BUILD_DATE "2026-04-17"
9+
#define BUILD_TIME "15:00:34"
10+
#define BUILD_TIMESTAMP "20260417150034"
11+
#define GIT_HASH "b846413"
12+
#define GIT_BRANCH "main"
1313

1414
// Combined version string
1515
#define VERSION_STRING "v" FIRMWARE_VERSION " (" BUILD_DATE " " BUILD_TIME " - " GIT_HASH ")"

0 commit comments

Comments
 (0)