Mercurial > public > ostc4
diff Discovery/Src/tInfoLogger.c @ 1034:195bfbdf961d Puls_Integration
Pulse measurement integration:
Added function to parse standart GATT pulse service. Added compile switch to remove code from non dev builds.
| author | Ideenmodellierer |
|---|---|
| date | Thu, 07 Aug 2025 20:18:52 +0200 |
| parents | 5f66e44d69f0 |
| children | 5b913cdaa9dc |
line wrap: on
line diff
--- a/Discovery/Src/tInfoLogger.c Sat Aug 02 22:42:51 2025 +0200 +++ b/Discovery/Src/tInfoLogger.c Thu Aug 07 20:18:52 2025 +0200 @@ -96,7 +96,6 @@ // memset(lines,0,sizeof(lines)); } -extern void refresh_Heartbeat(void); void refreshInfo_Logger(GFX_DrawCfgScreen s) { uint8_t index = 0; @@ -155,13 +154,10 @@ } index++; } - - if((time_elapsed_ms(loggerUpdateTime, HAL_GetTick()) > 20000)) { set_globalState(previousGlobalState); /* restore state which was active before log data was received */ } - refresh_Heartbeat(); } void sendActionToInfoLogger(uint8_t sendAction)
