This commit is contained in:
Krzysiek Egzmont
2023-12-02 22:41:47 +01:00
parent b505f81958
commit cfa745fda0
9 changed files with 422 additions and 424 deletions

View File

@@ -253,6 +253,11 @@ typedef struct {
extern EEPROM_Config_t gEeprom;
void SETTINGS_InitEEPROM(void);
void SETTINGS_LoadCalibration(void);
uint32_t SETTINGS_FetchChannelFrequency(const int channel);
void SETTINGS_FetchChannelName(char *s, const int channel);
void SETTINGS_FactoryReset(bool bIsAll);
#ifdef ENABLE_FMRADIO
void SETTINGS_SaveFM(void);
#endif