Skip to content

Commit

Permalink
Publish 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrouse committed Jul 23, 2023
1 parent 5c06f2a commit cd24ca3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 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 "v2.1.0"
#define FW_VERSION "v2.1.1"
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 @@
2.1.0
2.1.1
8 changes: 4 additions & 4 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css?v=2.1.0" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.1.0" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.1.0" type="text/css" />
<link rel="stylesheet" href="main.css?v=2.1.1" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.1.1" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.1.1" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=2.1.0"></script>
<script type="text/javascript" src="index.js?v=2.1.1"></script>
</head>
<body>
<div id="divContainer" class="container main" data-auth="false">
Expand Down
3 changes: 2 additions & 1 deletion data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ var security = new Security();

class General {
initialized = false;
appVersion = 'v2.1.0';
appVersion = 'v2.1.1';
reloadApp = false;
init() {
if (this.initialized) return;
Expand Down Expand Up @@ -3163,6 +3163,7 @@ class Somfy {
remoteAddress: remoteAddress
};
putJSONSync('/unlinkRemote', obj, (err, shade) => {

console.log(shade);
prompt.remove();
this.setLinkedRemotesList(shade);
Expand Down

0 comments on commit cd24ca3

Please sign in to comment.