Skip to content

Commit 3f8b894

Browse files
committed
Update LoadContainer.hpp
1 parent 76f67f1 commit 3f8b894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/LoadContainer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class LoadContainer {
4545

4646
inline bool getSafetyFlag() const { return safetyFlag; }
4747
inline bool isPowerPositive() const { return (INA260::current_mA > 0); }
48-
inline bool isSteadyRPM() const { return false; } // todo
48+
inline bool isSteadyRPM() const { return false; } // todo - steady power is actually more important
4949
inline bool isTargetRPMExceeded() const { return false; } // todo
5050

5151
inline void updateSafetyFlag(bool safetyFlag) {

0 commit comments

Comments
 (0)