mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 11:05:08 +00:00
- Disable some (more) IR protocols to make 1M build fit - Add IDF 5.x compatibility
28 lines
609 B
INI
28 lines
609 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
|
|
monitor_speed = 115200
|
|
|
|
[env:nodemcuv2]
|
|
board = nodemcuv2
|
|
|
|
[env:d1_mini]
|
|
board = d1_mini
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32 @ ^6.4.0
|
|
board = esp32dev
|
|
|
|
# Experimental IDF 5.x support
|
|
[env:esp32devIDF5x]
|
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.12/platform-espressif32.zip
|
|
board = esp32dev
|