From: Ramakrishnan Muthukrishnan Date: Thu, 24 Feb 2022 03:17:44 +0000 (+0530) Subject: change default cwl/cwr gpio lines X-Git-Url: https://git.rkrishnan.org/pf/simplejson/vdrive/global?a=commitdiff_plain;h=ccf8f422c51978bf30c67f72d9ccc5c9d37b8044;p=pihpsdr.git change default cwl/cwr gpio lines --- diff --git a/gpio.c b/gpio.c index 31aa86f..9ae5822 100644 --- a/gpio.c +++ b/gpio.c @@ -71,8 +71,8 @@ // by Controller1 and Controller2_V1 // (and keep #2,3 reserved for I2C extensions) // -int CWL_BUTTON=9; -int CWR_BUTTON=11; +int CWL_BUTTON=17; // was 9 +int CWR_BUTTON=21; //was 11 int SIDETONE_GPIO=10; int ENABLE_GPIO_SIDETONE=0; int ENABLE_CW_BUTTONS=1;