vedderb / bldc

The VESC motor control firmware
2.18k stars 1.35k forks source link

Convert all terminal command inputs to lowercase #547

Closed Teslafly closed 1 year ago

Teslafly commented 1 year ago

I thought about doing thin in the qt vesc tool side, but figured it would be more robust firmware side instead.

When typing commands in android, it capitalizes the first letter. Which is an even bigger pain because you always have to retype every terminal command on android with no arrow keys. This just ignores that capitalization for terminal commands and converts everything to lowercase before processing.