mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 02:08:48 +00:00
RX_OFFSET move to settings.
This commit is contained in:
parent
f94b936016
commit
c145272bbf
@ -68,9 +68,6 @@ typedef enum {
|
||||
|
||||
extern const uint16_t gStepFrequencyTable[21];
|
||||
|
||||
// // RxOffs maximum setting
|
||||
#define RX_OFFSET_MAX 15000000
|
||||
|
||||
#ifdef ENABLE_NOAA
|
||||
extern const uint32_t NoaaFrequencyTable[10];
|
||||
#endif
|
||||
|
@ -254,6 +254,8 @@ typedef struct {
|
||||
|
||||
extern EEPROM_Config_t gEeprom;
|
||||
|
||||
// RxOffs maximum setting
|
||||
#define RX_OFFSET_MAX 15000000
|
||||
#define RX_OFFSET_ADDR 0x0E9C
|
||||
|
||||
#ifdef ENABLE_FMRADIO
|
||||
|
Loading…
Reference in New Issue
Block a user