Skip to content

Commit

Permalink
Commit v1.4.7
Browse files Browse the repository at this point in the history
Changes software sync for certain motors notably Glydea.
  • Loading branch information
rstrouse committed Apr 12, 2023
1 parent a80b2ca commit aec9989
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ConfigSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef configsettings_h
#define configsettings_h

#define FW_VERSION "v1.4.6"
#define FW_VERSION "v1.4.7"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,
Expand Down
Binary file modified SomfyController.ino.esp32.bin
Binary file not shown.
Binary file modified SomfyController.littlefs.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion data/appversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.6
1.4.7
6 changes: 3 additions & 3 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.6" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.4.6" type="text/css" />
<link rel="stylesheet" href="main.css?v=1.4.7" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.4.7" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=1.4.6"></script>
<script type="text/javascript" src="index.js?v=1.4.7"></script>
</head>
<body>
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
Expand Down
2 changes: 1 addition & 1 deletion data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ async function reopenSocket() {
await initSockets();
}
class General {
appVersion = 'v1.4.6';
appVersion = 'v1.4.7';
reloadApp = false;
async init() {
this.setAppVersion();
Expand Down

0 comments on commit aec9989

Please sign in to comment.