mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #1347 from rcarteraz/fix-freq-calc
Fix Frequency Calculator
This commit is contained in:
commit
8bc52863a9
|
@ -182,11 +182,11 @@ const RegionData = new Map<
|
||||||
[
|
[
|
||||||
Protobuf.Config.Config_LoRaConfig_RegionCode.SG_923,
|
Protobuf.Config.Config_LoRaConfig_RegionCode.SG_923,
|
||||||
{
|
{
|
||||||
freq_start: 917.0,
|
freqStart: 917.0,
|
||||||
freq_end: 925.0,
|
freqEnd: 925.0,
|
||||||
duty_cycle: 100,
|
dutyCycle: 100,
|
||||||
spacing: 0,
|
spacing: 0,
|
||||||
power_limit: 20,
|
powerLimit: 20,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue