File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1271,7 +1271,7 @@ class Security {
12711271}
12721272var security = new Security ( ) ;
12731273
1274- // let appVersion = 'v0 .0.0 '; // Default placeholder
1274+ // let appVersion = 'v3 .0.11 '; // Default placeholder
12751275async function getAppVersion ( ) {
12761276 try {
12771277 const response = await fetch ( '/appversion' ) ;
@@ -1284,7 +1284,7 @@ async function getAppVersion() {
12841284 // Trigger any UI updates here
12851285 } catch ( error ) {
12861286 console . error ( "Error loading App version:" , error ) ;
1287- appVersion = 'v0 .0.0 ' ; // Default placeholder
1287+ appVersion = 'v3 .0.11 ' ; // Default placeholder
12881288 }
12891289 return appVersion ;
12901290}
Original file line number Diff line number Diff line change 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
1313enum class conn_types_t : byte {
You can’t perform that action at this time.
0 commit comments