mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #863 from meshtastic/frequency-offset-decimals
Match the firmware and do 3 decimal points for decimals
This commit is contained in:
commit
64d5809fb1
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ struct LoRaConfig: View {
|
|||
let floatFormatter: NumberFormatter = {
|
||||
let formatter = NumberFormatter()
|
||||
formatter.numberStyle = .decimal
|
||||
formatter.allowsFloats = true
|
||||
formatter.maximumFractionDigits = 4
|
||||
return formatter
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue