You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make robotic vacuum cleaner spec compliant (#37718)
* Start new cycle when RVC Run Mode is changed from idle to cleaning/mapping
* Fix bug : Last call to onOperationalStateTimeTick happens after state is already set to Stopped resulting in dereferencing a null pointer. Fix this by returning from function if state is stopped
* Change RunMode to Idle after cleaning cycle completes
* Restyled by whitespace
* Fix tags list for Mapping mode
* use getters instead of extern
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments