]> git.gag.com Git - fw/quantimotor/commitdiff
force system to disarm at end of a test
authorBdale Garbee <bdale@gag.com>
Mon, 26 May 2025 22:29:32 +0000 (16:29 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 26 May 2025 22:29:32 +0000 (16:29 -0600)
ui/index.html

index 7a392192bd55c60a4e1530d6fb76c56818210ccc..5630d1542431366e214dfc7e0342e4236b38be24 100644 (file)
@@ -79,6 +79,7 @@
           status = "idle";
           document.querySelector('#startTest').textContent = 'Start Test';
          const response = fetch("/endtest", fetchOptions);
+          armSystem();
         }
       }
     </script>