chore: Add Australia (Mid) Radio Preset

This mirrors the config option from the official Meshcore app, and represents the preset now commonly in use in New South Wales.
This commit is contained in:
km-foss
2026-06-24 09:21:45 +10:00
parent 7b4f90d646
commit eb89ad1d50
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -81,6 +81,16 @@ class RadioSettings {
txPowerDbm: 20,
),
),
(
'Australia (Mid)',
RadioSettings(
frequencyMHz: 915.075,
bandwidth: LoRaBandwidth.bw125,
spreadingFactor: LoRaSpreadingFactor.sf9,
codingRate: LoRaCodingRate.cr4_5,
txPowerDbm: 20,
),
),
(
'Australia SA, WA, QLD',
RadioSettings(