From edd27fa941e6d01a0e8a6c82a79ffff453c30e6c Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 20 Jul 2020 14:16:02 +0200 Subject: [PATCH] manual merge with John's release version --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index db153f4..fe69b75 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ 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 +#SOAPYSDR_INCLUDE=SOAPYSDR # uncomment the line to below include support for sx1509 i2c expander #SX1509_INCLUDE=sx1509 @@ -27,12 +27,12 @@ SOAPYSDR_INCLUDE=SOAPYSDR #STEMLAB_DISCOVERY=STEMLAB_DISCOVERY_NOAVAHI # uncomment the line below to include MIDI support -MIDI_INCLUDE=MIDI +#MIDI_INCLUDE=MIDI # uncomment the line below for various debug facilities #DEBUG_OPTION=-D DEBUG -PTT_INCLUDE=PTT +#PTT_INCLUDE=PTT # very early code not included yet #SERVER_INCLUDE=SERVER -- 2.45.2