2019-07-21 15:01:43 +01:00
|
|
|
[platformio]
|
|
|
|
src_dir = .
|
|
|
|
|
|
|
|
[env]
|
|
|
|
lib_extra_dirs = ../../
|
|
|
|
lib_ldf_mode = deep+
|
|
|
|
lib_ignore = examples
|
2019-11-02 11:21:18 +00:00
|
|
|
framework = arduino
|
2020-06-24 20:48:33 +01:00
|
|
|
monitor_speed = 115200
|
2019-11-02 11:21:18 +00:00
|
|
|
build_flags = ; -D_IR_LOCALE_=en-AU
|
2019-07-21 15:01:43 +01:00
|
|
|
|
|
|
|
[common]
|
|
|
|
lib_deps_builtin =
|
|
|
|
lib_deps_external =
|
2019-11-02 11:21:18 +00:00
|
|
|
ArduinoJson@>=6.0
|
2019-07-21 15:01:43 +01:00
|
|
|
|
|
|
|
[common_esp8266]
|
|
|
|
lib_deps_external =
|
|
|
|
${common.lib_deps_builtin}
|
|
|
|
${common.lib_deps_external}
|
|
|
|
WifiManager@>=0.14
|
|
|
|
|
|
|
|
[common_esp32]
|
|
|
|
lib_deps_external =
|
|
|
|
${common.lib_deps_builtin}
|
|
|
|
${common.lib_deps_external}
|
|
|
|
https://github.com/tzapu/WiFiManager.git#development
|
|
|
|
|
|
|
|
[env:nodemcuv2]
|
|
|
|
platform = espressif8266
|
|
|
|
board = nodemcuv2
|
|
|
|
lib_deps = ${common_esp8266.lib_deps_external}
|
|
|
|
|
|
|
|
[env:esp32dev]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
lib_deps = ${common_esp32.lib_deps_external}
|