Hi,
Does someone use firmware V6.06 and VESC tool V6.05?
I built and upload the bin file, but VESC tool couldn't read/write motor and APP configuration.
Does someone meet the same problem?
I got the latest firmware from github, https://github.com/vedderb/bldc, and VESC tool
Hi,
i am in the same situation but i don't have a solution yet.
How do you solved the Problem?
Best regards
Hi,
We are in the same situation, was there an update to this problem ?
Best regards
Hi again,
We found a solution by downgrading the firmware.
So start by cloning the repo.
Then check your branch : git branch -a
You should see : remotes/origin/release_6_05 somewhere so checkout to this branch : git checkout release_6_05
If you want to be sure type : git branch
And then you can edit the code and make your VESC version.
Best regards