Various changes

This commit is contained in:
Gunnar Skjold
2022-02-04 17:35:47 +01:00
parent dd87d70876
commit 5be921a342
11 changed files with 24 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ EntsoeApi::EntsoeApi(RemoteDebug* Debug) {
client.setInsecure();
https.setFollowRedirects(HTTPC_STRICT_FOLLOW_REDIRECTS);
https.setTimeout(20000);
https.setTimeout(50000);
// Entso-E uses CET/CEST
TimeChangeRule CEST = {"CEST", Last, Sun, Mar, 2, 120};