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

Display update issue #7

Closed
mihai-manea opened this issue Feb 14, 2023 · 3 comments
Closed

Display update issue #7

mihai-manea opened this issue Feb 14, 2023 · 3 comments

Comments

@mihai-manea
Copy link

Hello,

After 2 days with a lot of errors, I finally manage to compile and upload your example.
But, I have an issue, the display is updating very slow (5-10sec). What could be the issue?

https://youtu.be/dcS2ea-2OOQ

@rzeldent
Copy link
Owner

Hi Mihai,

I saw the video, very strange and also strange that the CPU remains at 0%. So, by watching it I cannot determine what's going on. I also did not hear from others about such an issue.
Could you share the code (with me) so I can test it on my hardware?

Rene

@mihai-manea
Copy link
Author

@rzeldent
Copy link
Owner

Hi Mihai,

I was able to reproduce the issue. The delay is not caused by the library but by the

 getLocalTime(&timeinfo);

I think when the time is not synchronized because there is no network or NTP it blocks.
I will update the sample to use millis().

Thanks for noticing!

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

No branches or pull requests

2 participants