Inject commit hash to FW, show on frontend

This commit is contained in:
2026-03-01 21:38:51 +01:00
parent a3b5425d0f
commit 8cb92f9914
8 changed files with 110 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
// ─── ATT table size ───────────────────────────────────────────────────────────
#define _ATT_BASE 900
#ifdef FEATURE_CONFIG_SERVICE
#define _ATT_CFG 80
#define _ATT_CFG 100 // +20 for cfgGitHash characteristic
#else
#define _ATT_CFG 0
#endif