-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
LEAmDNS Fixes 1.1 #5619
LEAmDNS Fixes 1.1 #5619
Conversation
- Better separation of ESP wifi thread code from user thread code - Added a flag for 'update()'-less use (disabled by default) - The too fast updates for service queries are fixed - Switched fully to PolledTimeout; LEATimeFlag not needed anymore (BTW: a const 'expired()' method would be helpful) - The device should stay visible now even after the first TTL timeout - Improved service querying (queries five times now)
@LaborEtArs there seems to be something missing here, the build is failing due to a compile error related to a timeflag. |
All references to LEATimeFlag should have been removed (teanslated to PolledTimeout)... will have a look into the sources again |
Sorry, can’t find a reference to LEATimeFlag in the sources anymore, which file is causing the build problems? |
|
The examples... arghhh |
Removed references to LEATimeFlag.h
Styling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Third try...