dwd optmization

This commit is contained in:
cheetah 2025-04-05 00:59:59 +02:00
parent 72296303c5
commit f63af62afd
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#if !defined(_DWD_H) && SMART_POC_MODULE_DWD
#if !defined(_DWD_H)
#define _DWD_H
#include <WiFiClient.h>

View file

@ -5,6 +5,7 @@ String emptyDWDResponse = "Es sind keine Warnungen";
DWDClient::DWDClient(WiFiClient *client)
{
_dirty = false;
_client = client;
}