This commit is contained in:
Matthew Frost 2023-06-28 14:21:43 +02:00
parent c791a42b7f
commit d1b423d6bf
2 changed files with 0 additions and 42 deletions

View file

@ -384,39 +384,3 @@ resources:
contents: ""
contentType: yaml
_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

View file

@ -11,7 +11,6 @@
#ifdef WIFI
#include "WiFi.h"
#endif
#ifdef LOCAL_ACL
#include "acl.h"
ACL acl = {
@ -32,14 +31,9 @@
#endif
#include "mainwebserver.h"
#ifdef LOCAL_ACL
#include "acl.h"
ACL acl = {
};
#ifdef LOCAL_ACL_API
#include "aclwebserver.h"
#endif
#endif
#endif
#ifdef BUZZER