Fixed build problem

This commit is contained in:
Gunnar Skjold 2021-01-09 09:50:20 +01:00
parent 7713ae8566
commit c3fa618ab2

View File

@ -2,16 +2,15 @@
extra_configs = platformio-user.ini
[common]
framework = arduino
lib_deps = HanReader@1.0.1, ArduinoJson@6.14.1, MQTT@2.4.7, DallasTemperature@3.8.1, EspSoftwareSerial@6.7.1, RemoteDebug@3.0.5, Time@1.6
lib_deps = file://lib/HanReader, file://lib/Timezone, ArduinoJson@6.14.1, MQTT@2.4.7, DallasTemperature@3.8.1, EspSoftwareSerial@6.7.1, RemoteDebug@3.0.5, Time@1.6
[env:esp8266]
platform = espressif8266@2.5.1
board = esp12e
framework = ${common.framework}
lib_deps = ${common.lib_deps}, mbedtls
lib_deps = ${common.lib_deps}, file://lib/mbedtls
extra_scripts =
pre:scripts/addversion.py
scripts/makeweb.py