-
Notifications
You must be signed in to change notification settings - Fork 40
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
error when I try to build pacman clockface #69
Comments
Got it. Let me ask @abrender maybe he knows the issue. |
@abrender could you please help me to solve the error;)thanks a lot ! |
@makerawei take a look at this branch, i was able to build it without errors -> #70 I dont know you are aware but you don't need to use esp-idf to compile the project, just open it in platform.io and it will work fine with arduino framework |
@jnthas thanks a lot;)
And a code line in cw-cf-0x07/Clockface.cpp:198 is always true. bool shouldReturnToOrigin = doc["loop"][sprite->_spriteReference]["shouldReturnToOrigin"].as<bool>() ? : false; this code would be error in my ESP-IDF env. bool shouldReturnToOrigin = doc["loop"][sprite->_spriteReference]["shouldReturnToOrigin"].as<bool>() ? true : false; I build pacman success ! |
Great! As PNGdec don't have the CMakesList file, you could open a PR there if you want. |
I put PNGdec in clockwise\components and add a CMakeLists.txt file as below
The text was updated successfully, but these errors were encountered: