remove old imports
This commit is contained in:
parent
790371a099
commit
d0eeab9c52
1 changed files with 0 additions and 7 deletions
|
@ -1,17 +1,10 @@
|
||||||
#ifndef ESP32_FIREWALL_HPP
|
#ifndef ESP32_FIREWALL_HPP
|
||||||
#define ESP32_FIREWALL_HPP
|
#define ESP32_FIREWALL_HPP
|
||||||
|
|
||||||
#include "Arduino.h"
|
|
||||||
#include "ArduinoJson.h"
|
|
||||||
#include "EEPROM.h"
|
#include "EEPROM.h"
|
||||||
|
|
||||||
#include "HTTPRequest.hpp"
|
|
||||||
#include "HTTPResponse.hpp"
|
|
||||||
|
|
||||||
#include "FirewallTypes.h"
|
#include "FirewallTypes.h"
|
||||||
|
|
||||||
#define eeprom_start_firewall_rules 4
|
#define eeprom_start_firewall_rules 4
|
||||||
using namespace httpsserver;
|
|
||||||
|
|
||||||
class esp32Firewall
|
class esp32Firewall
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue