minor changes
This commit is contained in:
parent
e5b46fa80d
commit
85c41b6530
3 changed files with 3 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
||||||
#include "ESP8266WebServer.h"
|
#include "ESP8266WebServer.h"
|
||||||
#include "ESP8266WebServerSecure.h"
|
#include "ESP8266WebServerSecure.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "uri/UriRegex.h"
|
#include "uri/UriRegex.h"
|
||||||
|
|
||||||
#include "Rules.hpp"
|
#include "Rules.hpp"
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
#include "Storage.hpp"
|
#include "Storage.hpp"
|
||||||
#include "WString.h"
|
|
||||||
|
|
||||||
namespace fw
|
namespace fw
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#include "theSecrets.h"
|
#include "theSecrets.h"
|
||||||
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#include <WiFi.h>
|
#include "WiFi.h"
|
||||||
#elif defined(ESP8266)
|
#elif defined(ESP8266)
|
||||||
#include <ESP8266WiFi.h>
|
#include "ESP8266WiFi.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Firewall.hpp"
|
#include "Firewall.hpp"
|
||||||
|
|
Reference in a new issue