ESP-IDF does not def ESP32

This commit is contained in:
Florian Hoss 2022-07-29 10:46:49 +02:00
parent 9ecda70764
commit 8dcf7c5e4d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifdef ESP32
#if !defined(ESP8266)
#include "API.hpp"
namespace fw

View file

@ -1,4 +1,4 @@
#ifdef ESP32
#if !defined(ESP8266)
#include "Firewall.hpp"
namespace fw

View file

@ -1,4 +1,4 @@
#ifdef ESP32
#if !defined(ESP8266)
#include "Storage.hpp"
namespace fw