From 8446560e3a9275b6683055b719b7f510582adc1e Mon Sep 17 00:00:00 2001 From: joc2 <56229329+joc2@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:35:40 -0500 Subject: [PATCH] add a top message in FM radio section add a top message in FM Radio section, to inform what is this . --- uvk5_egzumer.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uvk5_egzumer.py b/uvk5_egzumer.py index 71ac88a..2b6aa2d 100644 --- a/uvk5_egzumer.py +++ b/uvk5_egzumer.py @@ -1992,6 +1992,11 @@ def GetActualKeyAction(actionNum): basic.append(rs) # FM radio + val = RadioSettingValueString(0, 80, "FM Radio Station Frequency") + val.set_mutable(False) + rs = RadioSetting("Radio FM", "FM Radio Station Name (Press F key then on 0 key for FM radio ON/OFF)", val) + fmradio.append(rs) + for i in range(1, 21): freqname = "FM_"+str(i) fmfreq = _mem.fmfreq[i-1]/10.0