From def1bd729ab2284c3d43a18163de0cf1ee61e8a1 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 1 Jan 2023 10:46:56 +0530 Subject: [PATCH] s/w level control is off by default Turn on in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2