Replies: 1 comment 2 replies
-
Hey @Stips5 , I think this is possible, but I need to make sure we're talking about the same scenario. For example: You want to set a pin high every time ESPNOWG_ACT is triggered, correct? If so, you can just add the desired Let me know if this makes sense and/or is helpful! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to optimize one part of system in a way that I have node attached to gateway, but node should be triggered to make reading when triggered by gateway sending HIGH to CH_PD pin which would wake it up, and its execution will start and it will send message to gateway through defined protocol. But problem or question is: could it be possible to have some kind of callback handler, so when some of actions is ACT, do something else than send it to serial or lora or something, I would live to call custom function in this case.
Beta Was this translation helpful? Give feedback.
All reactions