fix: CG-72 Add TEST_PROBE_MARKER constant to version.h
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ClearGrow Agent
2025-12-11 08:25:01 -07:00
parent 1741f667a6
commit fe053ae6fc

11
include/version.h Normal file
View File

@@ -0,0 +1,11 @@
/**
* @file version.h
* @brief Version information for ClearGrow Probe firmware
*/
#ifndef VERSION_H
#define VERSION_H
#define TEST_PROBE_MARKER "test-probe-6"
#endif /* VERSION_H */