We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the SDK now having LightButton the following kind of thing occurs.
LightButton
src/EO1.cpp:436:2: error: reference to ‘LightButton’ is ambiguous 436 | LightButton *paramRun; | ^~~~~~~~~~~ In file included from ../../include/rack.hpp:36, from src/SubmarineFree.hpp:1, from src/EO1.cpp:5: ../../include/componentlibrary.hpp:890:8: note: candidates are: ‘template<class TBase, class TLight> struct rack::componentlibrary::LightButton’ 890 | struct LightButton : TBase { | ^~~~~~~~~~~ In file included from src/SubmarineFree.hpp:122, from src/EO1.cpp:5: src/shared/components.hpp:96:8: note: ‘struct LightButton’ 96 | struct LightButton : app::Switch { | ^~~~~~~~~~~
This results in a make error.
make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to the SDK now having
LightButton
the following kind of thing occurs.This results in a
make
error.The text was updated successfully, but these errors were encountered: