mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
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:
parent
2c8b6d7f2f
commit
9b8a952db9
7 changed files with 62 additions and 14 deletions
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue