Skip to content

Commit 8446560

Browse files
authored
add a top message in FM radio section
add a top message in FM Radio section, to inform what is this .
1 parent 081dd21 commit 8446560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uvk5_egzumer.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,6 +1992,11 @@ def GetActualKeyAction(actionNum):
19921992
basic.append(rs)
19931993

19941994
# FM radio
1995+
val = RadioSettingValueString(0, 80, "FM Radio Station Frequency")
1996+
val.set_mutable(False)
1997+
rs = RadioSetting("Radio FM", "FM Radio Station Name (Press F key then on 0 key for FM radio ON/OFF)", val)
1998+
fmradio.append(rs)
1999+
19952000
for i in range(1, 21):
19962001
freqname = "FM_"+str(i)
19972002
fmfreq = _mem.fmfreq[i-1]/10.0

0 commit comments

Comments
 (0)