Is there a way to override the 60V limit without recompiling the program? I found the developer tab but it didn't seem to retain the changes when I click update motor config.
The limit is not in vesc tool, it is in the hwconfig of the firmware. You have to change the line
#define HW_LIM_VIN 6.0, 57.0
The limit is not in vesc tool, it is in the hwconfig of the firmware. You have to change the line
#define HW_LIM_VIN 6.0, 57.0