Mercurial > public > ostc4
diff Discovery/Inc/tStructure.h @ 1032:33b91584d827 Puls_Integration
New CV Pulse:
The basic infrastructure for external puls measurement via Bluetooth has been added. Precondition is an OSTC with an activated central role. The OSTC will then search for a BLE device with puls measurement service. Reading data and visualization is not implemented yet.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 28 Jul 2025 18:34:45 +0200 |
| parents | 5924a2d1d3ba |
| children | 5b913cdaa9dc |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Mon Jul 28 18:32:23 2025 +0200 +++ b/Discovery/Inc/tStructure.h Mon Jul 28 18:34:45 2025 +0200 @@ -76,6 +76,7 @@ #define StIDEBUG _MB(0,7,0,0,0) #define StISENINFO _MB(0,8,0,0,0) #define StIPREDIVE _MB(0,9,0,0,0) +#define StILOGGER _MB(0,10,0,0,0) #define StI_GoToLogbook _MB(0,1,1,0,0) #define StI_GoToPlanner _MB(0,1,2,0,0) @@ -396,6 +397,8 @@ #define StMOption_Timer _MB(2,10,2,0,0) #define StMOption_Timer_Value _MB(2,10,2,1,0) +#define StMOption_Heartbeat _MB(2,10,3,0,0) + /* PAGE 11 */ #define StMPLAN _MB(2,11,0,0,0)
