Skip to content

Commit

Permalink
Edit def values
Browse files Browse the repository at this point in the history
  • Loading branch information
LolloDev5123 committed Jan 12, 2024
1 parent 3652356 commit 87a7d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_CW := 1

#============ EXTRA: MESSENGER ============#
ENABLE_MESSENGER := 0
ENABLE_MESSENGER := 1
ENABLE_MESSENGER_DELIVERY_NOTIFICATION := 1
# 124 bytes
ENABLE_MESSENGER_SHOW_RX_FREQ := 0
Expand All @@ -55,15 +55,15 @@ ENABLE_MESSENGER_SHOW_RX_TX_FREQ := 1
ENABLE_MESSENGER_UART := 1

# ---- EXTRA: SPECTRUM ----
ENABLE_SPECTRUM := 0
ENABLE_SPECTRUM := 1
ENABLE_SPECTRUM_NUNU := 0
SPECTRUM_AUTOMATIC_SQUELCH := 1
SPECTRUM_EXTRA_VALUES := 1
ENABLE_ALL_REGISTERS := 0
ENABLE_MATOZ_KEYS := 1

#Thanks to KD8CEC for sharing his code / We have to check the code better, i just code & paste it to the right places...
ENABLE_LIVESEEK_MHZ_KEYPAD := 1
ENABLE_LIVESEEK_MHZ_KEYPAD := 0

# ---- DEBUGGING ----
# ---- COMPILER/LINKER OPTIONS ----
Expand Down Expand Up @@ -214,7 +214,7 @@ else
RM = rm -f
FixPath = $1
WHERE = which
K5PROG = utils/k5prog/k5prog -F -YYYYY -p /dev/ttyUSB3 -b
K5PROG = utils/k5prog/k5prog -F -YYYYY -p /dev/ttyUSB0 -b
endif


Expand Down

0 comments on commit 87a7d1c

Please sign in to comment.