From f982a7573ab2da50dc63f534ece85cb0fc935d04 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Wed, 18 Jan 2023 07:36:07 +0530
Subject: [PATCH] software power control is off by default

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2