mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-05 15:44:18 +00:00
Fixed build
This commit is contained in:
@@ -7,4 +7,4 @@ paragraph=The primary aim of the Timezone library is to convert Universal Coordi
|
|||||||
category=Timing
|
category=Timing
|
||||||
url=https://github.com/JChristensen/Timezone
|
url=https://github.com/JChristensen/Timezone
|
||||||
architectures=*
|
architectures=*
|
||||||
depends=Time
|
depends=Time (=1.6.0)
|
||||||
|
|||||||
@@ -1,16 +1,14 @@
|
|||||||
[platformio]
|
[platformio]
|
||||||
extra_configs = platformio-user.ini
|
extra_configs = platformio-user.ini
|
||||||
|
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
framework = arduino
|
lib_deps = file://lib/HanReader, file://lib/Timezone, MQTT@2.5.0, DallasTemperature@3.9.1, EspSoftwareSerial@6.9.0, RemoteDebug@3.0.5, Time@1.6.0
|
||||||
lib_deps = file://lib/HanReader, file://lib/Timezone, MQTT@2.4.8, DallasTemperature@3.9.1, EspSoftwareSerial@6.9.0, RemoteDebug@3.0.5, Time@1.6
|
|
||||||
|
|
||||||
[env:esp8266]
|
[env:esp8266]
|
||||||
platform = espressif8266@2.6.2
|
platform = espressif8266@2.6.2
|
||||||
board = esp12e
|
board = esp12e
|
||||||
board_build.ldscript = eagle.flash.4m2m.ld
|
board_build.ldscript = eagle.flash.4m2m.ld
|
||||||
framework = ${common.framework}
|
framework = arduino
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
extra_scripts =
|
extra_scripts =
|
||||||
pre:scripts/addversion.py
|
pre:scripts/addversion.py
|
||||||
@@ -20,7 +18,7 @@ extra_scripts =
|
|||||||
platform = espressif32@2.1.0
|
platform = espressif32@2.1.0
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
board_build.partitions = no_ota.csv
|
board_build.partitions = no_ota.csv
|
||||||
framework = ${common.framework}
|
framework = arduino
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
extra_scripts =
|
extra_scripts =
|
||||||
pre:scripts/addversion.py
|
pre:scripts/addversion.py
|
||||||
|
|||||||
Reference in New Issue
Block a user