Added injection counter module

This commit is contained in:
2026-04-05 00:04:10 +02:00
parent 4e04ae9a3f
commit 6260bc2352
8 changed files with 150 additions and 43 deletions

View File

@@ -16,6 +16,7 @@ enum Id : uint8_t {
Thermocouple,
Telemetry,
LapCounter,
InjectionCounter,
Count,
Null,
All,