From 1a645bdbc77f43bf35cf10273fcfef01f338e8a8 Mon Sep 17 00:00:00 2001 From: Joshua Mesilane Date: Tue, 3 Mar 2026 20:24:01 +1100 Subject: [PATCH] Switching to adding a new preset instead of changing the existing one to prevent arguments --- radio-presets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/radio-presets.json b/radio-presets.json index 996f9bc..d173566 100644 --- a/radio-presets.json +++ b/radio-presets.json @@ -21,6 +21,14 @@ "title": "Australia", "description": "915.800MHz / SF10 / BW250 / CR5", "frequency": "915.800", + "spreading_factor": "10", + "bandwidth": "250", + "coding_rate": "5" + }, + { + "title": "Australia: NSW (Wide)", + "description": "915.800MHz / SF11 / BW250 / CR5", + "frequency": "915.800", "spreading_factor": "11", "bandwidth": "250", "coding_rate": "5"