Added second discharge curve for 2200mAh type battery and hidden BatTyp menu entry

This commit is contained in:
Krzysiek Egzmont
2023-10-30 23:20:32 +01:00
parent 3e0ea6f7de
commit 140b5f4b4a
8 changed files with 84 additions and 49 deletions

View File

@@ -137,6 +137,7 @@ void SETTINGS_SaveSettings(void)
State[1] = gEeprom.ROGER;
State[2] = gEeprom.REPEATER_TAIL_TONE_ELIMINATION;
State[3] = gEeprom.TX_VFO;
State[4] = gEeprom.BATTERY_TYPE;
EEPROM_WriteBuffer(0x0EA8, State);
State[0] = gEeprom.DTMF_SIDE_TONE;