-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build failed in PlarformIO #1
Comments
Hi! |
Thanks very much for your reply! class Switch : public Widget<lv_switch_create> {
void initialize();
void initialize(Object &parent);
public:
using Widget::Widget;
}; And removed the constructors in
Now I have no idea how to fix it. :( |
Well, you're just subclassing a template class, which is fine but this shouldn't be necessary. |
Hello! I'm trying to use lvglpp in a Platform IO project. When I start building it, errors occurs like below:
The platform is esp32-s3, and the C++ standard is set to gnu++2a.
Thank you!
The text was updated successfully, but these errors were encountered: