From: c vw Date: Fri, 1 Oct 2021 13:07:27 +0000 (+0200) Subject: enhanced the CW fix for controller2V2 X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=d0c7dabf58ca1672db0b84c60186ce7a36de37c7;p=pihpsdr.git enhanced the CW fix for controller2V2 --- diff --git a/gpio.c b/gpio.c index 9964999..46f0c93 100644 --- a/gpio.c +++ b/gpio.c @@ -624,6 +624,12 @@ void gpio_set_defaults(int ctrlr) { break; case CONTROLLER2_V2: #ifdef LOCALCW + // + // This controller uses nearly all GPIO lines, + // so lines 9, 10, 11 are not available for + // CW keys and producing a side tone + // + ENABLE_GPIO_SIDETONE=0; ENABLE_CW_BUTTONS=0; #endif encoders=encoders_controller2_v2;