Merge issue/CG-72 to main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ClearGrow Probe CI / Build Development Firmware (push) Has been cancelled
ClearGrow Probe CI / Build Production Firmware (push) Has been cancelled
ClearGrow Probe CI / CI Status Summary (push) Has been cancelled

This commit is contained in:
ClearGrow Agent
2025-12-11 08:33:59 -07:00

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