-
-
Notifications
You must be signed in to change notification settings - Fork 896
smartSleep: send heartbeat before sleeping #465
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
Git commit message(s) not good enough. I have mailed the details to the PR author. |
Git commit message(s) look good! |
I found warnings (compiler or Doxygen related) in the MySensors core library when building the core library verification sketches. Please rebuild your changes locally with all warnings enabled in the Arduino IDE and make sure it compiles cleanly and resubmit your changes. You do not need to resolve warnings that are unrelated to your change. |
I found warnings (compiler or Doxygen related) in the MySensors core library when building the core library verification sketches. Please rebuild your changes locally with all warnings enabled in the Arduino IDE and make sure it compiles cleanly and resubmit your changes. You do not need to resolve warnings that are unrelated to your change. |
Warnings are unrelated to this pr and can be ignored. There is another open pr that resolves the warnings. |
Jenkins, build this please |
I found warnings (compiler or Doxygen related) in the MySensors core library when building the core library verification sketches. Please rebuild your changes locally with all warnings enabled in the Arduino IDE and make sure it compiles cleanly and resubmit your changes. You do not need to resolve warnings that are unrelated to your change. |
@abmantis Please rebase this PR to the most recent dev branch to resolve the warnings |
Sending the heartbeat (and waiting) after waking up would delay processing inputs. For example, a switch could be back to the open state before the wait is over.
Git commit message(s) look good! |
Core tests successful. |
Jenkins, build examples please |
Congratulations! I found no problems building this pull request for any of the supported boards or examples. |
There seems to be conflicts, probably due to some of the other PR's that has come in lately. Do you mind doing another rebase against recent development? |
PR closed due to inactivity |
@tekka007 Will you fix the not working smartsleep before the release, or do you want a PR? |
Please feel free to submit an updated PR. Thanks
|
I'm currently AFK so I can't do it until this Sunday at the earliest. I hope we can do a minor release with fixes if this won't make the big one. |
I may be able to update this today or tomorrow, but can't promise. When is the release? |
Sat 9 July, planned, I think. |
Ok, I'll try to update it before that. |
Hi friend! Look what I've just found! Have you already seen that great stuff? Check it out http://matter.riddlesurfer.com/e4tbsi Regards, johan |
Dear! I wanted to share with you some interesting links that they gave us at the last meeting, here is the list http://success.954homeloans.com/e4xvpp Typos courtesy of my iPhone, johan |
Dear friend! I've read spmething worthy on the web and I think this is a very good idea for your business, take a look http://chahodofra.gailssnails.com/e4gsnrah Sincerely yours, johan |
Hi! I've read a nice and informative article about some stuff you may really like, you can find more info here http://thododene.officespaceguys.com/e4xlcxd All best, johan |
Sending the heartbeat (and waiting) after waking up would delay processing inputs. For example, a switch could be back to the open state before the wait is over.