]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
include LOCALCW and RedPitaya support by default
authorc vw <dl1ycf@darc.de>
Wed, 15 Jan 2020 15:00:33 +0000 (16:00 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 15 Jan 2020 15:00:33 +0000 (16:00 +0100)
Makefile

index 79a7b2fecda0e684119a0d830f1d1995a8d78645..8bc8368cbb597e70a65e4c27605032e26efca77e 100644 (file)
--- 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