From 409ab81760bb08cd21913d810389bf13f9a3c257 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:44:00 +1000 Subject: [PATCH] Forgot to add Australia mid preset whoops --- examples/companion_radio/ui-new/RadioPresets.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/RadioPresets.h b/examples/companion_radio/ui-new/RadioPresets.h index 88a49d80..6826729c 100644 --- a/examples/companion_radio/ui-new/RadioPresets.h +++ b/examples/companion_radio/ui-new/RadioPresets.h @@ -15,7 +15,8 @@ struct RadioPreset { static const RadioPreset RADIO_PRESETS[] = { { "Australia", 915.800f, 250.0f, 10, 5, 22 }, - { "Australia (Narrow)", 916.575f, 62.5f, 7, 8, 22 }, + { "Australia (Mid)", 915.075f, 125.0f, 9, 5, 22 }, + { "Australia (Wide)", 915.800f, 250.0f, 10, 5, 22 }, { "Australia: SA, WA", 923.125f, 62.5f, 8, 8, 22 }, { "Australia: QLD", 923.125f, 62.5f, 8, 5, 22 }, { "EU/UK (Narrow)", 869.618f, 62.5f, 8, 8, 14 },