mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
snake versus camel strikes again
This commit is contained in:
parent
832e005a0c
commit
6436197ec6
|
@ -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