-
Notifications
You must be signed in to change notification settings - Fork 21
TAM status example #41
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
Conversation
minor adjustments
add router
Add wiki to explanation
Hi coelner, The problem with this PR is, that is only works on the M5StickC.h and thus the CI fails (see above). So this would have to be fixed before I can add it to the repo.
I guess something similar needs to be done here, also defining alternatives for the |
Add question on router.
Yes, TAM is telephone answering machine. Right, CI will not work. However, this MTStickC is a development platform and include a display, battery management and buttons and is build around an esp32. |
Your snipped just selects the architecture, which in this case is esp32 too. and travis-ci fails completely for the esp8266 platform. |
Thanks, your points are fair. I think there are also ways to turn off Travis for certain folders and/or tests within folders. Maybe this could serve as a work-around until it can be done properly. |
By adding an empty file called |
It seems that it does not work. The complete job failes, even for the exisiting examples. Not only this new one. |
@coelner |
This reverts commit 66dceaf.
arduino/Arduino#40 travis fails because of this.
|
Ok. I will merge this into the 'new examples' branch. Then I'll debug all the new examples together with the new library version. |
I made an example. it is explicitly designed for a M5StickC. But the specific parts could easily exchanged.