Skip to content
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

SensorInterrupt onLoop routine sends value #549

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janjurca
Copy link

Hello
I've made change that is maybe worth of discussion. The actual SensorInterrupt does send it's value only when the interrupt happens. But when the transmission fails for some reason then the value is not propagated to server not even on report interval.

So I've added the onLoop() method to SensorInterrupt.h.

@user2684
Copy link
Contributor

Hi! A few comments:

  • What if the transmission was successful, is a second transmission taking place anyway?
  • Any risk for non-sleeping node that loop is executed continuously?
  • Ensure the PR is against development branch not master
    Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants