lukash / refloat

VESC package for self-balancing skateboards.
GNU General Public License v3.0
22 stars 14 forks source link

Fix battery level param in COMMAND_GET_ALLDATA #23

Closed Relys closed 1 month ago

Relys commented 1 month ago

Fix for battery level parameter scaling so we actually get correct data. mc_get_battery_level is between 0.0 and 1.0 so we need to multiple by 100 first else we don't get the correct data.

lukash commented 1 month ago

Thanks, could you just amend the commit title the way you amended the PR title and leave out the period at the end?

Fix battery level param in COMMAND_GET_ALLDATA

Relys commented 1 month ago

Updated the commit message.