From a35ce80e63638fc293b9983ccac45e946b094503 Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Fri, 12 Mar 2021 13:37:48 +0000 Subject: [PATCH] Cleanup save and restore actions --- gpio.c | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/gpio.c b/gpio.c index 0e86587..4ec00a8 100644 --- a/gpio.c +++ b/gpio.c @@ -777,7 +777,7 @@ void gpio_save_state() { } } - if(controller!=CONTROLLER1) { + if(controller==CONTROLLER2_V1 || controller==CONTROLLER2_V2) { for(int i=0;i