diff --git a/thermal/ThermalComponent.h b/thermal/ThermalComponent.h index 93243868..7482bd9b 100644 --- a/thermal/ThermalComponent.h +++ b/thermal/ThermalComponent.h @@ -14,6 +14,9 @@ public: float hysteresis; float heaterSwitchoff; }; + + // TODO: Documentaiton ,what is NOP? + // propably Non-operational? struct NopParameters { float lowerNopLimit; float upperNopLimit;