diff --git a/Makefile b/Makefile index 067052d..dc08b61 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ENABLE_OVERLAY := 0 ENABLE_LTO := 1 # UART Programming 2.9 kB ENABLE_UART := 1 -ENABLE_UART_DEBUG := 1 +ENABLE_UART_DEBUG := 0 # AirCopy 2.5 kB ENABLE_AIRCOPY := 0 ENABLE_AIRCOPY_REMEMBER_FREQ := 1 @@ -27,7 +27,7 @@ ENABLE_NOAA := 0 ENABLE_VOICE := 0 ENABLE_MUTE_RADIO_FOR_VOICE := 0 # Tx on Voice 1.0 kB -ENABLE_VOX := 0 +ENABLE_VOX := 1 ENABLE_VOX_MORE_SENSITIVE := 1 # Tx Alarm 600 B ENABLE_ALARM := 0 diff --git a/firmware.bin b/firmware.bin index 3241941..b8751d7 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin index 82b679a..dba1f28 100644 Binary files a/firmware.packed.bin and b/firmware.packed.bin differ