V 1.40 funtioniert soweit, Temperatur zu hoch wg. Aufwärmung

This commit is contained in:
rxf
2024-08-22 07:53:34 +02:00
parent eb1a102120
commit 8de24db46d
8 changed files with 44 additions and 9 deletions

View File

@@ -2,6 +2,11 @@
#define WEIFI_H
#include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <ElegantOTA.h>
#include "time.h"
#include "config.h"
@@ -14,6 +19,11 @@ const char *ntpServer = "pool.ntp.org";
const long gmtOffset_sec = 3600;
const int daylightOffset_sec = 3600;
WebServer server(80);
#else
extern WebServer server;
#endif