From d5903c372bdbc4063251c00251e4144a0943121b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Treehouse=E2=9A=A1=EF=B8=8F?= Date: Wed, 13 May 2026 10:44:20 -0700 Subject: [PATCH] Add Southern California radio preset --- radio-presets.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/radio-presets.json b/radio-presets.json index d173566..94c4eb0 100644 --- a/radio-presets.json +++ b/radio-presets.json @@ -144,6 +144,14 @@ "spreading_factor": "11", "bandwidth": "250", "coding_rate": "5" + }, + { + "title": "USA (Southern California)", + "description": "927.875MHz / SF7 / BW62.5 / CR7", + "frequency": "927.875", + "spreading_factor": "7", + "bandwidth": "62.5", + "coding_rate": "7" }, { "title": "Vietnam", @@ -156,4 +164,4 @@ ] } } -} \ No newline at end of file +}