amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
696 stars 131 forks source link

Change frequency range of FM RADIO from 76–108 MHz to 87-108MHz #57

Closed pdrbsts closed 1 year ago

pdrbsts commented 1 year ago

In my country at least there are FM stations broadcasting from 87.5 MHz. Please add the option to change the lower FM limit from 76 MHz to 87 MHz.

if fw[0x6452] == 0x5F: print('Changing lower FM RADIO limit from 76 to 87...') fw[0x6452] = 0x6D

Thank you.

amnemonic commented 1 year ago

Added as separate mod: 8b6d637

pdrbsts commented 1 year ago

You're awesome! Thanx!