Fixed conversion of date and time from meter to account for CET/CEST

This commit is contained in:
Gunnar Skjold
2020-03-08 18:37:10 +01:00
parent 30d73c3a6e
commit 9b70802450
4 changed files with 26 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ extra_configs = platformio-user.ini
[common]
framework = arduino
lib_deps = HanReader@1.0.0, ArduinoJson@6.14.1, MQTT@2.4.7, DallasTemperature@3.8.1, EspSoftwareSerial@6.7.1, Base64@1.0.0
lib_deps = HanReader@1.0.0, ArduinoJson@6.14.1, MQTT@2.4.7, DallasTemperature@3.8.1, EspSoftwareSerial@6.7.1, Base64@1.0.0, Time@1.6, Timezone@1.2.4
[env:hw1esp12e]
platform = espressif8266@2.3.3