fix: CG-72 Add TEST_PROBE_MARKER constant to version.h
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
11
include/version.h
Normal file
11
include/version.h
Normal 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 */
|
||||
Reference in New Issue
Block a user