Revert time version update

This commit is contained in:
Gunnar Skjold 2021-10-31 09:37:58 +01:00
parent 1e323ac3b9
commit 6df942f488
2 changed files with 2 additions and 3 deletions

View File

@ -7,4 +7,4 @@ paragraph=The primary aim of the Timezone library is to convert Universal Coordi
category=Timing
url=https://github.com/JChristensen/Timezone
architectures=*
depends=Time (=1.6.1)
depends=Time (=1.6.0)

View File

@ -2,7 +2,7 @@
extra_configs = platformio-user.ini
[common]
lib_deps = file://lib/HanReader, file://lib/Timezone, MQTT@2.5.0, DallasTemperature@3.9.1, EspSoftwareSerial@6.14.1, https://github.com/gskjold/RemoteDebug.git@3.0.5, Time@1.6.1
lib_deps = file://lib/HanReader, file://lib/Timezone, MQTT@2.5.0, DallasTemperature@3.9.1, EspSoftwareSerial@6.14.1, https://github.com/gskjold/RemoteDebug.git@3.0.5, Time@1.6.0
[env:esp8266]
platform = espressif8266@3.2.0
@ -20,7 +20,6 @@ build_flags =
[env:esp32]
platform = espressif32@3.3.2
board = esp32dev
;board_build.partitions = no_ota.csv
framework = arduino
lib_deps = ${common.lib_deps}
extra_scripts =