commit
This commit is contained in:
parent
c791a42b7f
commit
d1b423d6bf
2 changed files with 0 additions and 42 deletions
|
@ -384,39 +384,3 @@ resources:
|
||||||
contents: ""
|
contents: ""
|
||||||
contentType: yaml
|
contentType: yaml
|
||||||
_type: api_spec
|
_type: api_spec
|
||||||
- _id: env_d0796e8d31204545aefdc3a375b47726
|
|
||||||
parentId: env_22c2e08cc6484cf48f51f396216b2589
|
|
||||||
modified: 1686673772099
|
|
||||||
created: 1686673751428
|
|
||||||
name: Test Reader Home
|
|
||||||
data:
|
|
||||||
username: admin
|
|
||||||
password: B9mVYwa8$XtB7X8D3z9E
|
|
||||||
url: 192.168.50.65
|
|
||||||
dataPropertyOrder:
|
|
||||||
"&":
|
|
||||||
- username
|
|
||||||
- password
|
|
||||||
- url
|
|
||||||
color: null
|
|
||||||
isPrivate: false
|
|
||||||
metaSortKey: 1686673751428
|
|
||||||
_type: environment
|
|
||||||
- _id: env_a092494d8f1e48bb9e9fb30abde28c3d
|
|
||||||
parentId: env_22c2e08cc6484cf48f51f396216b2589
|
|
||||||
modified: 1686673789502
|
|
||||||
created: 1686673772806
|
|
||||||
name: Techinc - Server Room
|
|
||||||
data:
|
|
||||||
username: admin
|
|
||||||
password: B9mVYwa8$XtB7X8D3z9E
|
|
||||||
url: 10.209.1.236
|
|
||||||
dataPropertyOrder:
|
|
||||||
"&":
|
|
||||||
- username
|
|
||||||
- password
|
|
||||||
- url
|
|
||||||
color: null
|
|
||||||
isPrivate: false
|
|
||||||
metaSortKey: 1686673772806
|
|
||||||
_type: environment
|
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#ifdef WIFI
|
#ifdef WIFI
|
||||||
#include "WiFi.h"
|
#include "WiFi.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LOCAL_ACL
|
#ifdef LOCAL_ACL
|
||||||
#include "acl.h"
|
#include "acl.h"
|
||||||
ACL acl = {
|
ACL acl = {
|
||||||
|
@ -32,14 +31,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "mainwebserver.h"
|
#include "mainwebserver.h"
|
||||||
#ifdef LOCAL_ACL
|
|
||||||
#include "acl.h"
|
|
||||||
ACL acl = {
|
|
||||||
};
|
|
||||||
#ifdef LOCAL_ACL_API
|
#ifdef LOCAL_ACL_API
|
||||||
#include "aclwebserver.h"
|
#include "aclwebserver.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BUZZER
|
#ifdef BUZZER
|
||||||
|
|
Loading…
Reference in a new issue