From f9911de9fb831216224be62669599b955d719c86 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Sun, 16 Mar 2025 14:24:36 -0400
Subject: [PATCH] better a button

---
 app.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app.js b/app.js
index 107df17..238211f 100644
--- a/app.js
+++ b/app.js
@@ -253,7 +253,8 @@ function tick() {
         code.data.startsWith("ANH") ||
         code.data.startsWith("A8+") ||
         code.data.startsWith("A8H") ||
-        code.data.startsWith("A9H")
+        code.data.startsWith("A9H") ||
+        code.data.startsWith("AO+")
       ) {
         qr.a = true;
       }
-- 
GitLab