]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
change default cwl/cwr gpio lines
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 24 Feb 2022 03:17:44 +0000 (08:47 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 24 Feb 2022 03:17:44 +0000 (08:47 +0530)
gpio.c

diff --git a/gpio.c b/gpio.c
index 31aa86ff1e87e92e509b559600a6c913e294ded1..9ae58223375eb56d15d34dd4fee9d03855f88ba6 100644 (file)
--- 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;