fix: move SKUDAK telemetry to 0x211 + add -S1 version suffix #3

Merged
bastian merged 2 commits from fix/skudak-448-move-telemetry-to-0x211 into main 2026-05-09 17:59:40 -04:00
Showing only changes of commit 00f359250c - Show all commits
+4 -1
View File
@@ -124,7 +124,10 @@
#define CAT_CHARGER "Charger" #define CAT_CHARGER "Charger"
#define CAT_COMM "Communication" #define CAT_COMM "Communication"
#define VERSTR STRINGIFY(4=VER) // SKUDAK customization suffix: bump on every Skudak-side change so the OpenInverter
// web UI shows a distinct version (e.g. "4=1.19.R-S1") and we can visually confirm
// the right firmware is flashed. Match the stm32-sine -S<N> convention.
#define VERSTR STRINGIFY(4=VER-S1)
/***** enums ******/ /***** enums ******/