mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
* rename locale files from xx_XX.h to xx-XX.h * Enable building different langauges for IRrecvDumpV2 via platformio. * IRrecvDumpV2: Add Comments and add back "Raw Timing" as legacy option. * Clean up platformio.ini files.
22 lines
390 B
INI
22 lines
390 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
|