/setup geht noch nicht

This commit is contained in:
lumapu 2022-08-25 09:44:50 +02:00
parent 348ad4bd07
commit 03b9af216d
16 changed files with 590 additions and 482 deletions

View file

@ -7,13 +7,6 @@
#define __AHOYWIFI_H__
#include "dbg.h"
#ifdef ESP8266
#include <ESP8266WebServer.h>
#include <ESP8266WiFi.h>
#elif defined(ESP32)
#include <WebServer.h>
#include <WiFi.h>
#endif
// NTP
#include <WiFiUdp.h>