vedderb/vesc_tool

VESC tool won't run input wizard after downgrading firmware through archive feature

jaykup26 opened this issue · 3 comments

If you use the new Firmware -> Archive feature to downgrade from 6.00 to 5.03 or older, the input wizard will not run when using the 6.00 tool.

image

If this could work on at least firmware versions 5.01, 5.02 and 5.03 using the 6.00 tool or later, I think that would cover most use cases.

I hope this fixes it:
75c64a7
The beta is building now, should be done any moment now if you want to try it out.

Thanks for the quick change. I tested the latest 12-14 beta build, but it still produces the same error.

I moved the newly added

"!mVesc->commands()->getLimitedCompatibilityCommands().contains(int(COMM_GET_APPCONF))"

code from the

AppConnectionPage::nextId()

to the

AppIntroPage::nextId()

section and now it works great.

Tested and working great with latest commit 3540ae8