Ver 0.13.0-b2 preset and from switch or alexa on/off issue

As the title says I am running the above beta so that I can have the switch function for a cupboard entry switch. I have 2 segments of leds defined. I have set up 2 presets one everything off and one with a steady pattern for the in cupboard segment and a moving pattern for the other aesthetic segment. If you test the presets using the wled web interface gui everything works as expected. But when you use these presets originated from either a switch action or alexa on/off preset action the 2 segments just get the effect defined for the first segment.
Thanks in advance

I think there is something wrong.
Two indicators:

  1. Not compiling
  2. Version is not displayed

Problem 1.:
I tried to compile with Arduino IDE–>
I know it’s not recommended but I love it and I don’t use Microsoft :slight_smile:

When I compile it following error comes up:

/Users/mjf/Documents/Arduino/WLED13/wled00/src/dependencies/espalexa/Espalexa.h:620:2: error: #endif without #if
  620 | #endif
      |  ^~~~~
Compilation error: Error: 13 INTERNAL: exit status 1

When I’m disable alexa function like following action it compiles and I can upload it.
in wled.h
from line 26
//#define WLED_DISABLE_ALEXA // saves 11kb
to
#define WLED_DISABLE_ALEXA // saves 11kb

Problem 2.:
after upload and checking the version on the APP it is displaying following:

I think this two problems have to do with this alexa on/off issue.

Best Regards
Michael J.