mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
18 lines
271 B
INI
18 lines
271 B
INI
[platformio]
|
|
src_dir = .
|
|
|
|
[env]
|
|
lib_extra_dirs = ../../
|
|
lib_ldf_mode = deep+
|
|
lib_ignore = examples
|
|
framework = arduino
|
|
build_flags = ; -D_IR_LOCALE_=en-AU
|
|
|
|
[env:nodemcuv2]
|
|
platform = espressif8266
|
|
board = nodemcuv2
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
board = esp32dev
|