where did you get the -D USERMOD_STAIRCASE
? that is not used anymore, the correct define is -D USERMOD_STAIRCASE_WIPE
, which compiles no problem in 0.15.
Or you can try the USERMOD_ANIMATED_STAIRCASE
Hi @dedehai,
thank you for your reply, but USERMOD_STAIRCASE is totally different and not comparable to ANIMATED_STAIRCASE or STAIRCASE_WIPE.
STAIRCASE mod allows the light by using sensors in every stairstep to follow your steps/used stairs and is not only a running light.
See the project descriptiokn on reddit.
I would like to get USERMOD_STAIRCASE to run.
Can you help?
That usermod is not part of WLED, hence my question where you got it. I am not familiar with the staircase mods but you need to contact the original author and make it compatible with the progress. It requires an update.
then it should run with WLED from that repo.
It may be easier to check what the difference is between this one and the ones still being maintained and try to add the functionality of this one to the others.
I tried to compile the source code of the original Repo (WLED 0.13.3) but I always get an error using ESPAsyncWebServer v2.2.1. Only when I use v2.3.0 compilation is good, and but again, the ESP32 is rebooting every 5 seconds after uploding.
I am not able to get the original source code running well.
If I use WLED 15.x I get one error after another while trying to fix the old one.
Does a HowTo exist for:
“It may be easier to check what the difference is between this one and the ones still being maintained and try to add the functionality of this one to the others.”
?
Because of my lack of scills, I need a HowTo unfoirtunately.
The ESPAsyncWebServer error is very easy to fix , example here
Hi,
thanks for your reply.
I have the ESPAsyncWebServer error in the platformio.ini of the Orace Repo (WLED 0.13.3) not in the WLED 0.15.x.
In WLED 0.13.3 your fix does not work unfortunately.
In WLED 0.15.0 I am not able to use USERMOD_STAIRCASE, because of too many errors.
Some of your posts are blocked , still as I only compile on github I used 13 source here and did few modification and it will compile correctly , start by cloning that repo and if you face issue make your repo public and point to the issue
Last run CI run