Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON authored Oct 29, 2023
1 parent 0d91f3d commit b02298f
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 @@ -7,7 +7,7 @@
# 64 kB flash memory limit.

ENABLE_CLANG := 0
ENABLE_SWD := 0
ENABLE_SWD := 1
ENABLE_OVERLAY := 0
ENABLE_LTO := 1
# UART Programming 2.9 kB
Expand All @@ -29,7 +29,7 @@ ENABLE_VOICE := 0
ENABLE_MUTE_RADIO_FOR_VOICE := 0
# Tx on Voice 1.0 kB
ENABLE_VOX := 1
ENABLE_REDUCE_LOW_MID_TX_POWER := 1
ENABLE_REDUCE_LOW_MID_TX_POWER := 0
# Tx Alarm 0.6 kB
ENABLE_ALARM := 0
ENABLE_TX1750 := 1
Expand All @@ -40,7 +40,7 @@ ENABLE_RESET_AES_KEY := 1
ENABLE_BIG_FREQ := 0
ENABLE_SMALL_BOLD := 1
# trim trailing 0.044 kB
ENABLE_TRIM_TRAILING_ZEROS := 1
ENABLE_TRIM_TRAILING_ZEROS := 0
ENABLE_KEEP_MEM_NAME := 1
ENABLE_WIDE_RX := 1
ENABLE_TX_WHEN_AM := 1
Expand Down

0 comments on commit b02298f

Please sign in to comment.