Files
probe/include/version.h
ClearGrow Agent fe053ae6fc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: CG-72 Add TEST_PROBE_MARKER constant to version.h
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 08:25:01 -07:00

12 lines
189 B
C

/**
* @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 */