-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266 + Servo #1156
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
Comments
whats the exakt problem? |
@Links2004 Here is the thing. Everything uploads/compiles fine, but when I access 192.168.1.x/inline it is loading, then shows me This works well, but my servo is not rotating |
Is it OK to call delay () inside the on () handler? If interrupts are turned off then servo will not function either. |
I'm not sure about this particular issue, but running servo from WebServer handler certainly works. |
Cannot make it work.
Used example code piece: Hello World web server
The text was updated successfully, but these errors were encountered: