From d1b423d6bfd560087483c488cb90e4e92d23ce3e Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Wed, 28 Jun 2023 14:21:43 +0200 Subject: [PATCH] commit --- Insomnia-local-acl-api-spec.yaml | 36 -------------------------------- include/main.h | 6 ------ 2 files changed, 42 deletions(-) diff --git a/Insomnia-local-acl-api-spec.yaml b/Insomnia-local-acl-api-spec.yaml index 88c3415..9e1f4fa 100644 --- a/Insomnia-local-acl-api-spec.yaml +++ b/Insomnia-local-acl-api-spec.yaml @@ -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 diff --git a/include/main.h b/include/main.h index 3e73765..0239bdb 100644 --- a/include/main.h +++ b/include/main.h @@ -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