Mercurial > public > ostc4
diff Discovery/Src/base.c @ 1033:5f66e44d69f0 Puls_Integration
Added functionality needed for subscription of standard Bluetooth pulse service notifications
| author | Ideenmodellierer |
|---|---|
| date | Sat, 02 Aug 2025 22:42:51 +0200 |
| parents | 33b91584d827 |
| children | 195bfbdf961d |
line wrap: on
line diff
--- a/Discovery/Src/base.c Mon Jul 28 18:34:45 2025 +0200 +++ b/Discovery/Src/base.c Sat Aug 02 22:42:51 2025 +0200 @@ -237,6 +237,8 @@ #include "t7.h" #include "t3.h" #include "tMenuEditSetpoint.h" +#include "cv_heartbeat.h" +#include "tInfoLogger.h" #ifdef DEMOMODE #include "demo.h" @@ -527,6 +529,9 @@ { TriggerButtonAction(); } + + cv_heartbeat_HandleData(); + if(DoHousekeeping) { DoHousekeeping = housekeepingFrame();
