VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

[Android, ESP32] Support more frequency precision (e.g. xxx.xxxx) #74

Closed VanceVagell closed 5 days ago

VanceVagell commented 2 weeks ago

Some locales, especially the UK, frequently use 12.5kHz VHF spacing, and so the 4th decimal of frequency is needed to properly tune to them.

As part of this, we should also support entering "," as the decimal point, since that is commonly used in some of those locales as well.

VanceVagell commented 5 days ago

I suspect that the "," as a decimal point is handled by Android at the OS level, will not make any custom changes for that in this issue unless I hear from folks that "," is not working and it's typical in their locale (e.g. their device is set to a european language but it's still not accepting ",").