From f6ff7cf6fc171f1e12dae344c592ea6ffaa8b80a Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 15 Jan 2020 16:00:33 +0100 Subject: [PATCH] include LOCALCW and RedPitaya support by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2