From 349d224b5f2bdd9f07f6a2baecc0a4ab919fc97b Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 15 Nov 2021 20:32:25 -0500 Subject: [PATCH] technical debt: enableOverdwellProtection #3553 only documentation --- firmware/controllers/algo/engine.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/controllers/algo/engine.h b/firmware/controllers/algo/engine.h index 43afcec4bc..70cc64014a 100644 --- a/firmware/controllers/algo/engine.h +++ b/firmware/controllers/algo/engine.h @@ -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;