load and display tankinfo on ui

This commit is contained in:
2025-03-21 23:25:30 +01:00
parent 110cb50098
commit db27de3073
7 changed files with 200 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ console.log("Dev server is " + isDevServer);
var host;
if (isDevServer){
//ensure no trailing /
host = 'http://10.23.43.24';
host = 'http://192.168.251.37';
} else {
host = '';
}