From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 1 Jan 2023 05:16:56 +0000 (+0530)
Subject: s/w level control is off by default
X-Git-Url: https://git.rkrishnan.org/components/%5B%5E?a=commitdiff_plain;h=def1bd729ab2284c3d43a18163de0cf1ee61e8a1;p=pihpsdr.git

s/w level control is off by default

Turn on in the Makefile
---

diff --git a/Makefile b/Makefile
index 6178e8d..c0d26a9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags --always)
 GPIO_INCLUDE=GPIO
 
 # uncomment if level control (power output) is software based
-LEVEL_CTRL=SW_LEVEL_CTRL
+# LEVEL_CTRL=SW_LEVEL_CTRL
 
 # uncomment the line below to include Pure Signal support
 #PURESIGNAL_INCLUDE=PURESIGNAL