diff --git a/platformio.ini b/platformio.ini index 2ecc28ff..015894a7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -5,8 +5,8 @@ src_dir = ./wled00 data_dir = ./wled00/data lib_extra_dirs = ./wled00/src -; env_default = nodemcuv2 -env_default = esp01 +env_default = nodemcuv2 +; env_default = esp01 ; env_default = esp01_1m ; env_default = d1_mini ; env_default = esp32dev @@ -18,10 +18,10 @@ monitor_speed = 115200 board_build.flash_mode = dout upload_speed = 921600 build_flags = - ; -D VERSION=0.8.2-dev + ; -D VERSION=0.8.2 ; -D DEBUG # TODO replace libs in /lib with managed libs in here if possible. -# If they are not changed it's just a metter of setting the correfct version and change the import statement +# If they are not changed it's just a matter of setting the correct version and change the import statement lib_deps_external = #Blynk@0.5.4 #E131@1.0.0 @@ -48,6 +48,7 @@ build_flags = ; -D WLED_DISABLE_BLYNK ; -D WLED_DISABLE_CRONIXIE -D WLED_DISABLE_HUESYNC + -D WLED_DISABLE_INFRARED [common:esp32] platform = espressif32@1.5.0 @@ -69,6 +70,7 @@ build_flags = ${common:esp8266.build_flags} lib_deps = ${common.lib_deps_external} + IRremoteESP8266@2.5.3 [env:d1_mini] board = d1_mini @@ -81,6 +83,7 @@ build_flags = ${common:esp8266.build_flags} lib_deps = ${common.lib_deps_external} + IRremoteESP8266@2.5.3 [env:esp01_1m] board = esp01_1m @@ -91,6 +94,8 @@ framework = ${common.framework} build_flags = ${common.build_flags} ${common:esp8266.build_flags} + # disable IR because there is no pin for it + -D WLED_DISABLE_INFRARED lib_deps = ${common.lib_deps_external}