easymini-v3.0: Fix fire pin config
authorKeith Packard <keithp@keithp.com>
Fri, 20 May 2022 23:45:32 +0000 (16:45 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 20 May 2022 23:45:32 +0000 (16:45 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/easymini-v3.0/ao_pins.h

index c1a61611d4a5155075a2e930b80df61cc7999640..6e983c521c574a6a00497e20d5e8e98b57cff933 100644 (file)
@@ -128,11 +128,11 @@ struct ao_adc {
 #define AO_IGNITER_CLOSED      400
 #define AO_IGNITER_OPEN                60
 
-#define AO_IGNITER_DROGUE_PORT 0
-#define AO_IGNITER_DROGUE_PIN  2
+#define AO_IGNITER_DROGUE_PORT 1
+#define AO_IGNITER_DROGUE_PIN  25
 
 #define AO_IGNITER_MAIN_PORT   0
-#define AO_IGNITER_MAIN_PIN    3
+#define AO_IGNITER_MAIN_PIN    2
 
 #define AO_SENSE_DROGUE(p)     ((p)->adc.sense_a)
 #define AO_SENSE_MAIN(p)       ((p)->adc.sense_m)