mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
26 lines
610 B
INI
Executable File
26 lines
610 B
INI
Executable File
[platformio]
|
|
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
|
|
|
|
[env:esp8266]
|
|
platform = espressif8266@2.5.1
|
|
board = esp12e
|
|
framework = ${common.framework}
|
|
lib_deps = ${common.lib_deps}, mbedtls
|
|
extra_scripts =
|
|
pre:scripts/addversion.py
|
|
scripts/makeweb.py
|
|
|
|
[env:esp32]
|
|
platform = espressif32@1.12.1
|
|
board = esp32dev
|
|
framework = ${common.framework}
|
|
lib_deps = ${common.lib_deps}
|
|
extra_scripts =
|
|
pre:scripts/addversion.py
|
|
scripts/makeweb.py
|