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] Allow specifying frequencies to 4 decimal places, not just 3 #70

Closed VanceVagell closed 4 hours ago

VanceVagell commented 3 weeks 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 3 weeks ago

Does the app support repeater offset?

VanceVagell commented 4 hours ago

This was fixed in V1.1