minor changes

This commit is contained in:
Florian Hoss 2022-04-24 12:48:01 +02:00
parent e5b46fa80d
commit 85c41b6530
3 changed files with 3 additions and 3 deletions

View file

@ -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"