Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON authored Oct 28, 2023
1 parent 413005d commit 311449c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENABLE_LTO := 1
ENABLE_UART := 1
ENABLE_UART_DEBUG := 0
# AirCopy 2.5 kB
ENABLE_AIRCOPY := 1
ENABLE_AIRCOPY := 0
ENABLE_AIRCOPY_REMEMBER_FREQ := 1
ENABLE_AIRCOPY_RX_REBOOT := 0
# FM Radio 4.2 kB
Expand Down Expand Up @@ -48,7 +48,7 @@ ENABLE_TX_WHEN_AM := 1
ENABLE_F_CAL_MENU := 0
ENABLE_TX_UNLOCK := 1
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1
ENABLE_CONTRAST := 0
ENABLE_CONTRAST := 1
ENABLE_BOOT_BEEPS := 0
ENABLE_DTMF_CALL_FLASH_LIGHT := 1
ENABLE_SHOW_CHARGE_LEVEL := 1
Expand All @@ -74,7 +74,7 @@ ENABLE_TX_AUDIO_BAR := 1
# Side Button Menu 0.3 kB
ENABLE_SIDE_BUTT_MENU := 1
# Key Lock 0.4 kB
ENABLE_KEYLOCK := 0
ENABLE_KEYLOCK := 1
#ENABLE_PANADAPTER := 0
#ENABLE_SINGLE_VFO_CHAN := 0

Expand Down

0 comments on commit 311449c

Please sign in to comment.