-
-
Notifications
You must be signed in to change notification settings - Fork 7k
SMlib does not run the next Head() #4594
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
If you look at the history for that playground page you can see the author's arduino.cc user name is nilton61. There was another issue with this library of the examples not compiling with Arduino IDE 1.6.6+ reported recently #4537 and I sent the author a PM on arduino.cc notifying them of the required changes but I haven't heard back yet and their last forum post indicates they may no longer be using Arduino. Regular users are no longer allowed to upload files to the Playground but the webmaster did offer to add the updated file if requested. A GitHub repository would be much better because then we could just submit pull requests or issues to it. |
Ok. Now I put my code here: https://github.com/dangu/SMlib |
The fix is now released as v1.3 and I have updated the page with links to this version here: http://playground.arduino.cc/Code/SMlib |
I downloaded the SMlib from here: http://playground.arduino.cc/Code/SMlib
When running some tests I noticed strange behaviour when a Set() was run inside the current state. The next Head() state was then not run, instead it continued on to the next Body(). Maybe this is best explained by an example:
I could not find any github-codebase nor a maintainer to this library. Should I upload my own version to GitHub or how could this be fixed?
My suggested patch looks like this:
The text was updated successfully, but these errors were encountered: