Skip to content

Millis() as delay() - Monitor serial #196

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

Closed
Adanoter opened this issue Mar 10, 2021 · 1 comment
Closed

Millis() as delay() - Monitor serial #196

Adanoter opened this issue Mar 10, 2021 · 1 comment
Assignees
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project

Comments

@Adanoter
Copy link

I try see in serial monitor the time with timestamp and is really wrong
For example

 Smartdelay = millis ();
 while (millis () <Smartdelay + 5000) {}

Takes 32 seconds to change.

@ubidefeo
Copy link

@Adanoter
please be more informative with your issue report.
Post your entire sketch code and we'll test it.

I have no idea where you print to Serial and what else happens in the meantime

thank you

@per1234 per1234 added status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project labels Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants