Fix #170: ChName saves a name with wrong settings when used in frequency mode

This commit is contained in:
Krzysiek Egzmont
2023-12-02 23:06:22 +01:00
parent cfa745fda0
commit d944ff4a34
4 changed files with 20 additions and 30 deletions

View File

@@ -263,6 +263,7 @@ void SETTINGS_FactoryReset(bool bIsAll);
#endif
void SETTINGS_SaveVfoIndices(void);
void SETTINGS_SaveSettings(void);
void SETTINGS_SaveChannelName(uint8_t channel, const char * name);
void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO, uint8_t Mode);
void SETTINGS_SaveBatteryCalibration(const uint16_t * batteryCalibration);
void SETTINGS_UpdateChannel(uint8_t channel, const VFO_Info_t *pVFO, bool keep);