Change timings for wakeup

* This should alleviate some issues with battery powered motors where it appears the motor goes to sleep when the delay between the wakeup pulse and the start of the hardware sync is too long.
This commit is contained in:
Robert Strouse 2023-04-03 18:25:04 -07:00
parent 2c8b6d7f2f
commit 9b8a952db9
7 changed files with 62 additions and 14 deletions

View file

@ -3,10 +3,10 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css?v=1.4.5" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.4.5" type="text/css" />
<link rel="stylesheet" href="main.css?v=1.4.6" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.4.6" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=1.4.5"></script>
<script type="text/javascript" src="index.js?v=1.4.6"></script>
</head>
<body>
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">