rename files to be generic

This commit is contained in:
Florian Hoss 2022-04-24 00:23:37 +02:00
parent 2cde69a34a
commit bda65724aa
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#define ESP32_FIREWALL_HPP
#include "Utils.hpp"
#include "esp32Storage.hpp"
#include "Storage.hpp"
#include "WString.h"
namespace fw

View file

@ -1,4 +1,4 @@
#include "esp32Storage.hpp"
#include "Storage.hpp"
namespace fw
{