Closed YoungMaker closed 6 years ago
Battery bar does not go past the end of the bar 'frame'
int hvBarLength = ((BAR_LENGTH-2)*hvBattPercent) / 100;``` this calculation makes an assumption that hvBattPercent is in the range 0,100
fixed in e1bc0b6
End goal
Battery bar does not go past the end of the bar 'frame'
Your Code