https -> http
This commit is contained in:
parent
9d4d145368
commit
6d388fe7ae
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ DWDClient::DWDClient(WiFiClient *client)
|
|||
|
||||
void DWDClient::begin(int intervalMinutes, String region)
|
||||
{
|
||||
this->rssUrl = "https://wettwarn.de/rss/";
|
||||
this->rssUrl = "http://wettwarn.de/rss/";
|
||||
this->rssUrl.concat(region);
|
||||
this->rssUrl.concat(".rss");
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ MoWaSClient::MoWaSClient(WiFiClient *client)
|
|||
|
||||
void MoWaSClient::begin(int intervalMinutes, String region)
|
||||
{
|
||||
this->dashboardUrl = "https://warnung.bund.de/api31/dashboard/";
|
||||
this->dashboardUrl = "http://warnung.bund.de/api31/dashboard/";
|
||||
this->dashboardUrl.concat(region);
|
||||
this->dashboardUrl.concat(".json");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue