blob: 82cb9e52b3cf402ce6357d10f692509ae4367c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 705cfe2c0e1d233d9a4a6219d8f7a32723449c9f Mon Sep 17 00:00:00 2001
From: Pierre Ayoub <pierre.ayoub.pro@tutanota.com>
Date: Thu, 25 Jul 2024 21:41:26 +0200
Subject: [PATCH] Enable BYPASS and RAW demods
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 6e9c686..56dbd7d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ ENABLE_AUDIO_BAR := 1
ENABLE_COPY_CHAN_TO_VFO := 1
ENABLE_SPECTRUM := 1
ENABLE_REDUCE_LOW_POWER := 1
-ENABLE_BYP_RAW_DEMODULATORS := 0
+ENABLE_BYP_RAW_DEMODULATORS := 1
ENABLE_BLMIN_TMP_OFF := 0
ENABLE_SCAN_RANGES := 1
ENABLE_SPECTRUM_COPY_VFO := 1
--
2.45.2
|