We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f67f1 commit 3f8b894Copy full SHA for 3f8b894
1 file changed
include/LoadContainer.hpp
@@ -45,7 +45,7 @@ class LoadContainer {
45
46
inline bool getSafetyFlag() const { return safetyFlag; }
47
inline bool isPowerPositive() const { return (INA260::current_mA > 0); }
48
- inline bool isSteadyRPM() const { return false; } // todo
+ inline bool isSteadyRPM() const { return false; } // todo - steady power is actually more important
49
inline bool isTargetRPMExceeded() const { return false; } // todo
50
51
inline void updateSafetyFlag(bool safetyFlag) {
0 commit comments