-
Notifications
You must be signed in to change notification settings - Fork 13.3k
LEAmDNS #5370
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 #5370
Conversation
Created a new branch to solve commit conflicts with recent changes to ESP8266mDNSResponder.cpp by d-a-v.
* PolledTimeout Class for wrapping millis() loops * Add yield policies, improve reset, add host tests * Fix copyright, comments * adjust host tests for better time precision * add fuzzyness to timing tests for CI jitter * add blink example with polledTimeout * improve namespace and type naming, add copyright, comments * fix astyle
@LaborEtArs To handle this from scratch, and because we can't do it from github (only from cmdline), you can try:
|
Did all, what d-a-v recommended, now the PR seems to be mergeable... Anything left to do??? |
Yes, update |
Here are your two examples formatted by astyle for CI: |
Updated 'libraries/ESP8266mDNS/src/ESP8266mDNS.h' and replaced 'libraries/ESP8266mDNS/examples/LEAmDNS/mDNS_Clock/mDNS_Clock.ino' and |
Your branch can be updated from github to synchronise with master. I reckon this can be tricky with big PR like yours and a master branch always updating. |
Closing in favor of #5384 . |
closing in favour of #5442 |
Created a new branch to solve commit conflicts with recent changes to ESP8266mDNSResponder.cpp by d-a-v.
Also removed millis() roll-over issues.