From 5a1f0d136fd0b9d4c4fea8c4f0acc58ab6da2d90 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 19 Apr 2025 17:57:38 -0600 Subject: [PATCH] configure GPIO 12 with pull-up to make the 'armed' signal work right --- raspi-firmware-custom | 3 +++ 1 file changed, 3 insertions(+) diff --git a/raspi-firmware-custom b/raspi-firmware-custom index 2c45f10..f3c35da 100644 --- a/raspi-firmware-custom +++ b/raspi-firmware-custom @@ -1,2 +1,5 @@ # ensure ready line is 'not ready' until application is available gpio=4=op,dh + +# make armed line an input with a pull-up configured so comparator works +gpio=12=ip,pu -- 2.47.2