Hi all,
i tried to change the maximum input voltage parameter for my custom board. i defined the MCCONF_L_MAX_VOLTAGE in my hw_conf.c file of my custom firmware, but vesc tool still truncate the voltage to 50V. is there some other place to configure the limit ?
thanks
Georg
MCCONF_L_MAX_VOLTAGE is the default value, not the maximum value. You need to change HW_LIM_VIN.
Aah. :) Thx
Georg