Fixed OIRT band ends
lowest used frequency in Russia: 65,75 MHz, then 30 kHz steps, highes used frequency in Russia: 73,97 MHz, but we need to set it to 74 MHz Remark: lines 50 and 51 need to be set **not** in kHz, but 1/10 x kHz value. Source: https://www.fmlist.org
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ enum RADIO_TUNE_MODE {
|
|||||||
#define FREQ_SW_HIGH_EDGE_MAX (FREQ_SW_END)
|
#define FREQ_SW_HIGH_EDGE_MAX (FREQ_SW_END)
|
||||||
#define FREQ_FM_START 65000
|
#define FREQ_FM_START 65000
|
||||||
#define FREQ_FM_END 108000
|
#define FREQ_FM_END 108000
|
||||||
#define FREQ_FM_OIRT_START 6540
|
#define FREQ_FM_OIRT_START 6575 // use values of 1/10 * kHz
|
||||||
#define FREQ_FM_OIRT_END 7800
|
#define FREQ_FM_OIRT_END 7400 // use values of 1/10 * kHz
|
||||||
|
|
||||||
// according to https://www.short-wave.info/index.php?feature=frequencies
|
// according to https://www.short-wave.info/index.php?feature=frequencies
|
||||||
#define FREQ_SW_START 1800
|
#define FREQ_SW_START 1800
|
||||||
|
|||||||
Reference in New Issue
Block a user