Skip to content

Commit dc0e1c8

Browse files
committed
Merge branch 'main' of github.com:shailensobhee/ESPSomfy-RTS
2 parents de9ce0b + e824174 commit dc0e1c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data-src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ class Security {
12721272
}
12731273
var security = new Security();
12741274

1275-
// let appVersion = 'v0.0.0'; // Default placeholder
1275+
// let appVersion = 'v3.0.11'; // Default placeholder
12761276
async function getAppVersion() {
12771277
try {
12781278
const response = await fetch('/appversion');
@@ -1285,7 +1285,7 @@ async function getAppVersion() {
12851285
// Trigger any UI updates here
12861286
} catch (error) {
12871287
console.error("Error loading App version:", error);
1288-
appVersion = 'v0.0.0'; // Default placeholder
1288+
appVersion = 'v3.0.11'; // Default placeholder
12891289
}
12901290
return appVersion;
12911291
}

src/ConfigSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "WResp.h"
88

99
#ifndef FW_VERSION
10-
#define FW_VERSION "v0.0.0" // Fallback if app_version.py script fails
10+
#define FW_VERSION "v3.0.11" // Fallback if app_version.py script fails
1111
#endif
1212

1313
enum class conn_types_t : byte {

0 commit comments

Comments
 (0)