From: c vw <dl1ycf@darc.de>
Date: Wed, 15 Jan 2020 15:00:33 +0000 (+0100)
Subject: include LOCALCW and RedPitaya support by default
X-Git-Url: https://git.rkrishnan.org/components//%22file:/%22?a=commitdiff_plain;h=f6ff7cf6fc171f1e12dae344c592ea6ffaa8b80a;p=pihpsdr.git

include LOCALCW and RedPitaya support by default
---

diff --git a/Makefile b/Makefile
index 79a7b2f..8bc8368 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ GPIO_INCLUDE=GPIO
 PURESIGNAL_INCLUDE=PURESIGNAL
 
 # uncomment the line to below include support local CW keyer
-#LOCALCW_INCLUDE=LOCALCW
+LOCALCW_INCLUDE=LOCALCW
 
 # uncomment the line below for SoapySDR
 #SOAPYSDR_INCLUDE=SOAPYSDR
@@ -39,7 +39,7 @@ PURESIGNAL_INCLUDE=PURESIGNAL
 #STEMLAB_DISCOVERY=STEMLAB_DISCOVERY
 
 # uncomment the line below to include support for STEMlab discovery (WITHOUT AVAHI)
-#STEMLAB_DISCOVERY=STEMLAB_DISCOVERY_NOAVAHI
+STEMLAB_DISCOVERY=STEMLAB_DISCOVERY_NOAVAHI
 
 # uncomment the line below to include MIDI support
 MIDI_INCLUDE=MIDI