mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
* Attempt to shard the longest travis task into two. * Try to make all platformio.ini files similar to speed up travis builds. * Add names to the sub-jobs in Travis.
22 lines
392 B
INI
22 lines
392 B
INI
[platformio]
|
|
# Default to building IRrecvDumpV2 if not in a specific example directory.
|
|
src_dir = examples/IRrecvDumpV2
|
|
|
|
[env]
|
|
lib_extra_dirs = .
|
|
lib_ldf_mode = deep+
|
|
lib_ignore = examples
|
|
framework = arduino
|
|
platform = espressif8266
|
|
build_flags = ; -D_IR_LOCALE_=en-AU
|
|
|
|
[env:nodemcuv2]
|
|
board = nodemcuv2
|
|
|
|
[env:d1_mini]
|
|
board = d1_mini
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
board = esp32dev
|