Skip to content

Commit

Permalink
Merge pull request #10 from qshosfw/main
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
spm81 authored Jan 10, 2024
2 parents e9a1955 + 9a809ed commit 45c97d2
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 408 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ ENABLE_FASTER_CHANNEL_SCAN := 1
ENABLE_CW := 1

#============ EXTRA: MESSENGER ============#
ENABLE_MESSENGER := 0
ENABLE_MESSENGER := 1
ENABLE_MESSENGER_DELIVERY_NOTIFICATION := 1
ENABLE_MESSENGER_MORE_ONE_LINE := 1
# 124 bytes
ENABLE_MESSENGER_SHOW_RX_FREQ := 0
ENABLE_MESSENGER_SHOW_RX_FREQ := 1
# 124 (+20) bytes
ENABLE_MESSENGER_SHOW_RX_TX_FREQ := 1
ENABLE_MESSENGER_SHOW_RX_TX_FREQ := 0
# 156 bytes
ENABLE_MESSENGER_UART := 1

Expand All @@ -63,7 +64,7 @@ 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 @@ -350,6 +351,9 @@ endif
ifeq ($(ENABLE_MESSENGER_DELIVERY_NOTIFICATION),1)
CFLAGS += -DENABLE_MESSENGER_DELIVERY_NOTIFICATION
endif
ifeq ($(ENABLE_MESSENGER_MORE_ONE_LINE),1)
CFLAGS += -DENABLE_MESSENGER_MORE_ONE_LINE
endif
ifeq ($(ENABLE_MESSENGER_SHOW_RX_FREQ),1)
CFLAGS += -DENABLE_MESSENGER_SHOW_RX_FREQ
endif
Expand Down
Loading

0 comments on commit 45c97d2

Please sign in to comment.