mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-08 09:43:23 +10:00
Merge pull request #491 from km-foss/chore/au-mid-preset
Add Australia (Mid) Radio Preset
This commit is contained in:
@@ -52,7 +52,7 @@ These settings are sent directly to the connected device firmware.
|
|||||||
|
|
||||||
### Radio Settings
|
### Radio Settings
|
||||||
Opens a dialog pre-populated with the device's current radio settings. Contains:
|
Opens a dialog pre-populated with the device's current radio settings. Contains:
|
||||||
- **Preset dropdown**: Regional presets — selecting a preset immediately fills all fields below. Includes presets for Australia, Australia (Narrow), Australia SA WA QLD, Czech Republic, EU 433MHz, EU/UK (Long Range), EU/UK (Medium Range), EU/UK (Narrow), New Zealand, New Zealand (Narrow), Portugal 433, Portugal 869, numerous Russia city presets, Switzerland, USA Arizona, USA/Canada, and Vietnam
|
- **Preset dropdown**: Regional presets — selecting a preset immediately fills all fields below. Includes presets for Australia, Australia (Narrow), Australia (Mid), Australia SA WA QLD, Czech Republic, EU 433MHz, EU/UK (Long Range), EU/UK (Medium Range), EU/UK (Narrow), New Zealand, New Zealand (Narrow), Portugal 433, Portugal 869, numerous Russia city presets, Switzerland, USA Arizona, USA/Canada, and Vietnam
|
||||||
- **Frequency** (MHz): Free text, validated 300–2500 MHz
|
- **Frequency** (MHz): Free text, validated 300–2500 MHz
|
||||||
- **Bandwidth**: Dropdown (7.8 / 10.4 / 15.6 / 20.8 / 31.25 / 41.7 / 62.5 / 125 / 250 / 500 kHz)
|
- **Bandwidth**: Dropdown (7.8 / 10.4 / 15.6 / 20.8 / 31.25 / 41.7 / 62.5 / 125 / 250 / 500 kHz)
|
||||||
- **Spreading Factor**: SF5–SF12
|
- **Spreading Factor**: SF5–SF12
|
||||||
|
|||||||
@@ -81,6 +81,16 @@ class RadioSettings {
|
|||||||
txPowerDbm: 20,
|
txPowerDbm: 20,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'Australia (Mid)',
|
||||||
|
RadioSettings(
|
||||||
|
frequencyMHz: 915.075,
|
||||||
|
bandwidth: LoRaBandwidth.bw125,
|
||||||
|
spreadingFactor: LoRaSpreadingFactor.sf9,
|
||||||
|
codingRate: LoRaCodingRate.cr4_5,
|
||||||
|
txPowerDbm: 20,
|
||||||
|
),
|
||||||
|
),
|
||||||
(
|
(
|
||||||
'Australia SA, WA, QLD',
|
'Australia SA, WA, QLD',
|
||||||
RadioSettings(
|
RadioSettings(
|
||||||
|
|||||||
Reference in New Issue
Block a user