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
#195 had a case where starting the app via npm start, and then later clicking the 'brushless' checkbox in the UI didn't apple the changes to switch to brushless. Writing a test to catch this case would be useful, and fixing whatever is broken.
The text was updated successfully, but these errors were encountered:
I can reproduce (although this issue belongs in alexrudd2/saxi).
The PlanOptions and so on get changed by toggling the checkbox. However, there's currently no way of changing the underlying EBB driver. It gets initialized once and then can't be changed.
#195 had a case where starting the app via
npm start
, and then later clicking the 'brushless' checkbox in the UI didn't apple the changes to switch to brushless. Writing a test to catch this case would be useful, and fixing whatever is broken.The text was updated successfully, but these errors were encountered: