mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
mocup backend for testing
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
let preventMove = false;
|
||||
let screenSize;
|
||||
const blobDebug = false;
|
||||
const devMode = false;
|
||||
const devMode = true;
|
||||
|
||||
let percent;
|
||||
|
||||
//****************************************************variable section**********************************************************/
|
||||
//******************************************************************************************************************************/
|
||||
let myip = document.location.hostname;
|
||||
if (devMode) myip = "192.168.1.247";
|
||||
if (devMode) myip = "127.0.0.1";
|
||||
|
||||
//Flags
|
||||
let firstDevListRequest = true;
|
||||
|
||||
Reference in New Issue
Block a user