dwd optmization
This commit is contained in:
parent
72296303c5
commit
f63af62afd
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#if !defined(_DWD_H) && SMART_POC_MODULE_DWD
|
||||
#if !defined(_DWD_H)
|
||||
#define _DWD_H
|
||||
|
||||
#include <WiFiClient.h>
|
||||
|
|
|
@ -5,6 +5,7 @@ String emptyDWDResponse = "Es sind keine Warnungen";
|
|||
|
||||
DWDClient::DWDClient(WiFiClient *client)
|
||||
{
|
||||
_dirty = false;
|
||||
_client = client;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue