Update RadioSettings preset with new spreading factor and coding rate

This commit is contained in:
Zach
2026-08-09 19:55:01 -07:00
parent 9e6968aa04
commit 736eb064bf
+2 -2
View File
@@ -476,8 +476,8 @@ class RadioSettings {
RadioSettings(
frequencyMHz: 908.205,
bandwidth: LoRaBandwidth.bw62_5,
spreadingFactor: LoRaSpreadingFactor.sf10,
codingRate: LoRaCodingRate.cr4_5,
spreadingFactor: LoRaSpreadingFactor.sf9,
codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 20,
),
),