VanceVagell / kv4p-ht

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

[Android & ESP32] Allow specifying frequencies to 4 decimal places, not just 3 #70

Open VanceVagell opened 1 week ago

VanceVagell commented 1 week ago

Some areas use repeaters on frequencies that require the 4th decimal of precision (e.g. 145.7375).

Right now kv4p HT limits frequency to xxx.xxx format, but it should instead use xxx.xxxx.

This will require a change to the message format between Android and ESP32 apps as well, so the Android app needs to send it in the format the version of the ESP32 app expects (version 1 should use xxx.xxx and higher should use xxx.xxxx).

adoeller commented 1 week ago

Does the app support repeater offset?