Update lora channel number fisplay

This commit is contained in:
Sacha Weatherstone 2023-05-13 17:01:20 +10:00
parent ec4b42e3d5
commit 6b222e6cc6

View file

@ -318,7 +318,7 @@ export const FrequencyCalculator = (): JSX.Element => {
>
{Array.from(Array(numChannels).keys()).map((key) => (
<option key={key} value={key}>
{key}
{key + 1}
</option>
))}
</select>