minor changes

This commit is contained in:
Florian Hoss 2022-04-24 12:48:01 +02:00
parent e5b46fa80d
commit 85c41b6530
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -3,7 +3,6 @@
#include "Utils.hpp" #include "Utils.hpp"
#include "Storage.hpp" #include "Storage.hpp"
#include "WString.h"
namespace fw namespace fw
{ {

View file

@ -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"