letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.26k stars 2.21k forks source link

_IRext_ESP8266_4M not compiled to .bin anymore? #2587

Closed ghtester closed 5 years ago

ghtester commented 5 years ago

In recent official builds only the _minimal_IRext_ESP8266_1M.bin can be found. Could it be possible to add the 4M version (with IR plugins) again please? Thanks a lot for your great work!

TD-er commented 5 years ago

I will check the build scripts to see if some changes in the platformio.ini are also applied in the build scripts.

jimmys01 commented 5 years ago

There is no space for IR and NORMAL build. Thats why we have changed it to IR and MINIMAL build. Unfortunately you will have to compile your own build with the plugins of your liking, as I have did as well.

@TD-er where are are our 2/2M builds 🥇 👍 💯 ?

TD-er commented 5 years ago

@jimmys01 The minimal 4M build is not present in the before_deploy script, so I will add it there.

I can also look into the requirements for the 2/2M builds