-
Notifications
You must be signed in to change notification settings - Fork 53
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
Not compiling | fatal error: Update.h: No such file or directory #9
Comments
Hi kimstade, seems like there is a problem with the OTA updater library I am using, will check this next week after my vacation. |
Hello,
|
Hi henfri, I've tried to load the AsyncElegantOTA lib via github before without any changes. But I can confirm that loading both the ESP Async WebServer AND the AsyncElegantOTA libs via github is resolving this issue. Compiling and flashing now works without any problems. Thank you! |
:-) |
Unfortunately the esp32 won't connect to my wifi anymore. After flashing, the access point comes up, I can put in the settings and the ap closes. But then it won't connect. After rebooting the fingerprint led stays dark. Reflashing leads to the same behavior (without any changes to the project except the platformio.ini) :( After that I've tested the precompiled firmware again. That's working perfectly fine. |
Update: With your fork it's working fine :) |
Hello, I am a bit lost: the esp32 won't connect with your self-compiled firmware that you created by using the original code and fixed the compilation errors by applying my suggestion from Right? Then, the precompiled FW and my fork are working fine? That is odd. I have only changed one more line that is wifi related, I think. |
Yes, you are right My self-compiled fw with your suggested fix: compiling works, wifi not connecting Your fork self-compiled: compiling works, wifi works, everythings fine |
Hello, after that option i can compile the code. But Flash over platform io or OTA is not running. |
That is a very unspecific problem description.
And what happens if you don't?
Again: Too unspecific. |
Hallo, wie ich gesehen habe hast du ein paar Dinge verändert. Und ich kann dir sagen, dass jetzt alles funktioniert. Danke ich teste alles weitere :-) |
Hi,
unfortunately the project isn't compiling in visual studio (with no editing in code, 100% original git clone)
-> https://imgur.com/a/SoOw1IF
I've tried different versions of the libraries and different versions of the platform io extension.
But everything leads to the same problem :(
Yes, I could flash the precompiled one, and yes it's working. But for my needs I have to change the project a bit.
Would be really nice if it would compile.
The text was updated successfully, but these errors were encountered: