Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usermod staircase wipe is not working #3678

Closed
1 task done
mnigten opened this issue Jan 13, 2024 · 1 comment · Fixed by #3758
Closed
1 task done

Usermod staircase wipe is not working #3678

mnigten opened this issue Jan 13, 2024 · 1 comment · Fixed by #3758
Labels
bug usermod usermod related

Comments

@mnigten
Copy link

mnigten commented Jan 13, 2024

What happened?

When i compile the soucre code with the nessecary adjustments as descriped it is nog working

To Reproduce Bug

when i build the project in VS code

Expected Behavior

Usermod working properly

Install Method

Self-Compiled

What version of WLED?

WLED 0.14.1b3 (build 2401060)

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

wled00/usermods_list.cpp: In function 'void registerUsermods()':
wled00/usermods_list.cpp:215:40: error: invalid new-expression of abstract class type 'StairwayWipeUsermod'      
   usermods.add(new StairwayWipeUsermod());
                                        ^
In file included from wled00/usermods_list.cpp:14:0:
wled00/stairway-wipe-usermod-v2.h:14:7: note:   because the following virtual functions are pure within 'StairwayWipeUsermod':
 class StairwayWipeUsermod : public Usermod {
       ^
In file included from wled00/wled.h:177:0,
                 from wled00/usermods_list.cpp:1:
wled00/fcn_declare.h:283:18: note:      virtual void Usermod::setup()
     virtual void setup() = 0; // pure virtual, has to be overriden
                  ^
*** [.pio\build\esp32dev\src\usermods_list.cpp.o] Error 1

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mnigten mnigten added the bug label Jan 13, 2024
@blazoncek
Copy link
Collaborator

Please contact usermod author or maintainer.

@softhack007 softhack007 added the usermod usermod related label Jan 14, 2024
@blazoncek blazoncek linked a pull request Feb 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug usermod usermod related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants