-
Notifications
You must be signed in to change notification settings - Fork 662
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
Travis integration not working #61
Comments
Done. Unfortunately the ReceiveDemo_Advanced fails complaining about undeclared functions altough they are in the same file ( examples/ReceiveDemo_Advanced/output.ino ). /tmp/tmpTH72Bq/src/output.ino:6:53: error: 'dec2binWzerofill' was not declared in this scope (more: https://travis-ci.org/sui77/rc-switch/jobs/132872644 ) |
Moved the two functions to top. Altough I'm not that happy to have the helper-functions at top it works now. |
Reverted and fixed with #66 which is even better. |
As reported by @bau-sec in a comment on issue #56, the Travis integration (merged in PR #38) is currently not working.
I think @sui77 will have to do something on the travis side to fix this; perhaps going to https://travis-ci.org/sui77/rc-switch and clicking the activation link will be enough?
The text was updated successfully, but these errors were encountered: