We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Testing Hooked_esp32.ino, but compile error:
Hooked_esp32:61:2: error: #error This sketch needs WebServer::HookFunction and WebServer::addHook
which library is used for webserver
Thank You
The text was updated successfully, but these errors were encountered:
the hook need a modified esp32 webserver and this part is not yet working #5 (comment)
The code I did for the moment : luc-github/arduino-esp32@b523379
Sorry, something went wrong.
Thanks
No branches or pull requests
Hi!
Testing Hooked_esp32.ino, but compile error:
Hooked_esp32:61:2: error: #error This sketch needs WebServer::HookFunction and WebServer::addHook
which library is used for webserver
Thank You
The text was updated successfully, but these errors were encountered: