Include pcb version information

This commit is contained in:
2026-03-02 08:37:44 +01:00
parent 294f1731c9
commit 56b9d04cf8
6 changed files with 28 additions and 9 deletions

View File

@@ -28,6 +28,12 @@
#define VERSION STRINGIFY(FWVERSION)
#endif
#ifndef HWVERSION
#define PCBVERSION "*undef*"
#else
#define PCBVERSION STRINGIFY(HWVERSION)
#endif
#ifndef BUILD_DATE
#define BUILD_DATE STRINGIFY(FWBUILDDATE)
#endif