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 0fe33e1 commit 553375cCopy full SHA for 553375c
src/services/mower_ui_service/mower_ui_service.hpp
@@ -59,8 +59,8 @@ class MowerUiService : public MowerUiServiceBase {
59
60
private:
61
MUTEX_DECL(mtx_);
62
-
63
- HighLevelStatus state_id_ = MowerUiServiceBase::HighLevelStatus::UNKNOWN;
+
+ HighLevelStatus state_id_ = HighLevelStatus::UNKNOWN;
64
etl::string<100> state_name_{};
65
etl::string<100> sub_state_name_{};
66
float gps_quality_ = 0;
0 commit comments