-
Notifications
You must be signed in to change notification settings - Fork 5
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
wifimanager issues #7
Comments
Hi 2114L3, WifiManager version for this (stale) project was fixed. Just checked out and it compiles fine with 0.14 and a later version is not required. The issue that you linked is related to a naming refactor on that specific dependency that is unrelated with this project usages. If you need further support please report your |
i'm compiling with docker using https://github.com/suculent/platformio-docker-build 0.14 errors with.
this is tzapu/WiFiManager#927 |
Hi @2114L3, just tried the docker container you linked. Except for the fact that the
I attached into the |
Hi again @2114L3, I spent a couple of minutes to test dependencies and build routines and I just fixed them. Now it works even on the (most recent) Just to avoid additional issues I also configured TravisCI to build the code and upload it on github as a binary release: https://github.com/rpanfili/airQualityMeter/releases/tag/v1.1.1 Enjoy :) |
awesome i will update and try again. thanks! |
tested all good, cheers |
issue with wifimanager HTTP_HEAD rename in 0.14
changing line 25 in platformio.ini from
WifiManager@~0.14
toWifiManager@~0.15
resolves the compile issue, but get exception looping on reset after wifimanager is setup.The text was updated successfully, but these errors were encountered: