Browse Source
Merge branch 'meshtastic:master' into enable-map-control
pull/153/head
Kette
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
src/components/PageComponents/Config/LoRa.tsx
|
|
|
@ -166,7 +166,8 @@ export const LoRa = (): JSX.Element => { |
|
|
|
label: "Override Frequency", |
|
|
|
description: "Override frequency", |
|
|
|
properties: { |
|
|
|
suffix: "Hz", |
|
|
|
suffix: "MHz", |
|
|
|
step: 0.001, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
|