From fe053ae6fc77f01331f4b18d4bbdcd53afd2c646 Mon Sep 17 00:00:00 2001 From: ClearGrow Agent Date: Thu, 11 Dec 2025 08:25:01 -0700 Subject: [PATCH] fix: CG-72 Add TEST_PROBE_MARKER constant to version.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- include/version.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/version.h diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..ca5b637 --- /dev/null +++ b/include/version.h @@ -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 */