From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Wed, 18 Jan 2023 02:06:07 +0000 (+0530)
Subject: software power control is off by default
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/listings?a=commitdiff_plain;h=f982a7573ab2da50dc63f534ece85cb0fc935d04;p=pihpsdr.git

software power control is off by default
---

diff --git a/Makefile b/Makefile
index aeabce1..af67794 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