rename files to be generic
This commit is contained in:
parent
2cde69a34a
commit
bda65724aa
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
#define ESP32_FIREWALL_HPP
|
#define ESP32_FIREWALL_HPP
|
||||||
|
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
#include "esp32Storage.hpp"
|
#include "Storage.hpp"
|
||||||
#include "WString.h"
|
#include "WString.h"
|
||||||
|
|
||||||
namespace fw
|
namespace fw
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "esp32Storage.hpp"
|
#include "Storage.hpp"
|
||||||
|
|
||||||
namespace fw
|
namespace fw
|
||||||
{
|
{
|
Reference in a new issue