-
Notifications
You must be signed in to change notification settings - Fork 0
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
otto9.js #5
Comments
first attempt is up but is untested ... |
right out of the box we have memory limitations using the esp8266 ... also the delay loops are (from what I can see) causing wdt resets ... kind of thought this was going to be a problem ... we will need to rewrite OttoDIY to be more async friendly ... the oscillator and servo code looks good so far |
ok, the memory issue is addressed by using the send to flash feature (instead of to RAM) ... but the timing stuff is still a problem ... |
the ottodiy code doesn't fit well into the javascript non-blocking world ... some considerations are needed before continuing |
No description provided.
The text was updated successfully, but these errors were encountered: