-
Notifications
You must be signed in to change notification settings - Fork 7.6k
RainMaker - Add switch example using array #7920
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
Please add lots of comments |
Hi! It's done. Best regards. |
great, thanks |
Thanks for the contibution @FernandoGarcia, we'll review it soon. |
Hi! There's an error in partition scheme in build check, It should be
Maybe related to #7893 (comment) Best regards. |
@FernandoGarcia |
Can I specify library dependency in read me? We can find libraries with third part dependencies all time.
Yes, but it's doesn't help beginners improve their skills because all code that I can find is like the code below including RMakerSonoffDualR3 example.
For this reason I'm talking with you about sanity check here. |
Regarding library dependencies, I could add a YAML file with the list of dependencies so the build check could do a git clone or search for it in Arduino library registry before try build. |
@shahpiyushv Please take a look |
Add ARDUINO_EVENT_PROV_INIT and ARDUINO_EVENT_PROV_CRED_SUCCESS back
Hi @shahpiyushv @sanketwadekar ! Any news? Best regards. |
Because this example uses external library, CI will always fail. Please rewrite it to not require AceButton |
Hi! Have you considered my suggestion above to use YML file to specify dependencies? Best regards. |
Yes we are considering it, but still, this is a very basic functionality that does not warrant external library. |
Hi!
I have spent some time searching for example with multiple switches using arrays but I couldn't find.
After some trouble with compiling error I have managed to make it work with help of Arduino forum's user.
So I would like to add this example here to help other user to make a clean and easily editable code.
I have tested the code and it works as expected.
Best regards.