Replies: 1 comment
-
This is what I was looking for ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Every example of this library uses
void on_____Command
like onNumberCommand, onLockCommand ...Inside those voids there is a line
sender->setState
How can I use this
sender
thing outside the void?For example:
If something happend (in my main loop) then sender->setState
Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions