Merge pull request #1347 from rcarteraz/fix-freq-calc

Fix Frequency Calculator
This commit is contained in:
rcarteraz 2024-07-22 22:04:28 -05:00 committed by GitHub
commit 8bc52863a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}, },
], ],
[ [