mirror of https://github.com/arendst/Tasmota.git
19 lines
269 B
INI
19 lines
269 B
INI
|
[platformio]
|
||
|
src_dir = .
|
||
|
|
||
|
[env]
|
||
|
lib_extra_dirs = ../../
|
||
|
lib_ldf_mode = deep+
|
||
|
lib_ignore = examples
|
||
|
build_flags =
|
||
|
|
||
|
[env:nodemcuv2]
|
||
|
platform = espressif8266
|
||
|
framework = arduino
|
||
|
board = nodemcuv2
|
||
|
|
||
|
[env:esp32dev]
|
||
|
platform = espressif32
|
||
|
framework = arduino
|
||
|
board = esp32dev
|