Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Enable side button menu and PAN Adapter
  • Loading branch information
RE3CON authored Dec 11, 2023
1 parent 859ddec commit 92d7887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ ENABLE_RX_SIGNAL_BAR := 1
# Tx Audio Bar 300 B
ENABLE_TX_AUDIO_BAR := 1
# Side Button Menu 300 B
ENABLE_SIDE_BUTT_MENU := 0
ENABLE_SIDE_BUTT_MENU := 1
# Key Lock 400 B
ENABLE_KEYLOCK := 0
ENABLE_PANADAPTER := 0
ENABLE_PANADAPTER := 1
ENABLE_PANADAPTER_PEAK_FREQ := 0
# single VFO 1.4 kB
ENABLE_SINGLE_VFO_CHAN := 0
Expand Down

0 comments on commit 92d7887

Please sign in to comment.