Verification
Introduce the issue
It's possible to incorporate references to static / global variables as template parameters. Instead of building out types like HeartRateTask etc with constructors to local variables, the references could be built directly into the type.
May save a few bytes of stack space.
Preferred solution
No response
Version
No response