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 "ESP8266WebServerSecure.h"
|
||||
#endif
|
||||
|
||||
#include "uri/UriRegex.h"
|
||||
|
||||
#include "Rules.hpp"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "Utils.hpp"
|
||||
#include "Storage.hpp"
|
||||
#include "WString.h"
|
||||
|
||||
namespace fw
|
||||
{
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#include "theSecrets.h"
|
||||
|
||||
#ifdef ESP32
|
||||
#include <WiFi.h>
|
||||
#include "WiFi.h"
|
||||
#elif defined(ESP8266)
|
||||
#include <ESP8266WiFi.h>
|
||||
#include "ESP8266WiFi.h"
|
||||
#endif
|
||||
|
||||
#include "Firewall.hpp"
|
||||
|
|
Reference in a new issue