-
Notifications
You must be signed in to change notification settings - Fork 27
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
Compile error #1
Comments
By the way: on Linux (Ubuntu and PlatformIO) similar output... Stefan |
I think the HTTP library being used made some breaking changes. Should either update to stay compatible or find a way to fix to an older version. You can flash the binary using esptool. |
If anyone else comes across this, I was able to move forward on osx by: [common] I also removed lib44 with: then it was able to compile and run .. still having some issues getting the template settings or possibly pin wiring right |
Thanks, @joedeveloper! Would be happy to review/merge a PR. :) |
I'd love to be able to offer one - but frankly it looks like it might be lib 44 that needs one.
This was me misleading myself, the actual steps that resolved seems to have been what is mentioned in platformio forums in epaper_templates/.piolibdeps/Time_ID44/ Or we all just agree to use OS's with sane defaults. I am certainly missing it. |
Ah yes, this exact issue has given me trouble in the past as well. My usual fix for this kind of thing if the upstream project is inactive is to fork it and point my repo at a patched branch. |
Hi, nice project!
I'm on Windows with Visual Studio Code and PlatformIO and get compile error:
I also tried to use your precompiled binary. How to flash it to ESP32?
I also could switch to linux with some help wich programs/dependencies must be met...
Stefan
The text was updated successfully, but these errors were encountered: