Skip to content

Commit

Permalink
add a top message in FM radio section
Browse files Browse the repository at this point in the history
add a top message in FM Radio section,  to inform what is this .
  • Loading branch information
joc2 authored Dec 20, 2023
1 parent 081dd21 commit 8446560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uvk5_egzumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8446560

Please sign in to comment.