technical debt: enableOverdwellProtection #3553

only documentation
This commit is contained in:
Andrey 2021-11-15 20:32:25 -05:00
parent 655b77dc3f
commit 3b0825181c
1 changed files with 4 additions and 0 deletions

View File

@ -91,8 +91,12 @@ class Engine final : public TriggerStateListener, public EnginePtr {
public:
Engine();
AcState acState;
// todo: technical debt: enableOverdwellProtection #3553
bool enableOverdwellProtection = true;
// used by HW CI
bool isPwmEnabled = true;
// todo: remove this once all usages are using 'm_lastEventTimer'
int triggerActivityMs = -99 * 1000;