diff --git a/Makefile b/Makefile index 6475d08..8f24180 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ENABLE_DTMF_SIDETONES := 1 ENABLE_TX1750 := 0 # Keep this in stock options, and add option in mods for extra rogers ENABLE_ROGERBEEP := 1 -ENABLE_MDC := 0 +ENABLE_MDC := 1 #============== MODIFICATIONS =============# # AM Modulation Fix - 544 bytes @@ -33,7 +33,7 @@ ENABLE_SQUELCH_MORE_SENSITIVE := 0 # Restore FM in 1 second after RX - 0 bytes ENABLE_FMRADIO_FAST_RESTORE := 1 # Battery percentage - 296 bytes -ENABLE_STATUS_BATTERY_PERC := 0 +ENABLE_STATUS_BATTERY_PERC := 1 # Show current while charging - 136 bytes Thanks Tunas1337 ENABLE_BATTERY_CHARGING := 0 # Invert LCD Colors diff --git a/radio.c b/radio.c index 5de1e26..3d7bd14 100644 --- a/radio.c +++ b/radio.c @@ -927,11 +927,7 @@ void RADIO_SendEndOfTransmission(void) { } else if (gEeprom.ROGER == ROGER_MODE_MDC) { BK4819_PlayRogerMDC(); } - - - - ROGER_MODE_UV5RC, - + #elif defined (ENABLE_ROGERBEEP) && !defined (ENABLE_MDC) if (gEeprom.ROGER == ROGER_MODE_DEFAULT) { BK4819_PlayRoger(0);