rdancer / TSDZ2-Smart-EBike

Flexible OpenSource firmware for TongSheng TSDZ2 mid drive ebike motor
GNU General Public License v3.0
0 stars 0 forks source link

Use locale-correct units for motor temperature and distance, e.g. UK uses miles + Celsius #1

Open rdancer opened 3 years ago

rdancer commented 3 years ago

Switching from SI to Imperial units switches both distance and motor temperature. This is incorrect at least in the UK locale, where we use miles for distance, but Celsius for temperature.

Would supporting locale files like Linux distros do be an overkill? It would allow automatic daylight saving time switch as well. The size of that kind of support may eat considerably into our flash footprint budget.

Also, the current config option values are somehow cryptic, judging from user testing with normal people.