mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Fixed issue where step up and down command bytes were reversed on receive.
* TX commands for 80-bit controllers now send the last 3 bytes as witnessed by others * RX commands for step up/down only translate the last byte as a command byte. * Fixed inverted step commands for the API.
This commit is contained in:
parent
d3acf6bb5f
commit
ab7cdba519
8 changed files with 18 additions and 14 deletions
|
|
@ -1 +1 @@
|
|||
1.4.0
|
||||
1.4.3
|
||||
|
|
@ -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.2" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.4.2" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.4.3" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.4.3" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.4.2"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.4.3"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@ async function reopenSocket() {
|
|||
await initSockets();
|
||||
}
|
||||
class General {
|
||||
appVersion = 'v1.4.2';
|
||||
appVersion = 'v1.4.3';
|
||||
reloadApp = false;
|
||||
async init() {
|
||||
this.setAppVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue