-
Notifications
You must be signed in to change notification settings - Fork 23
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
- add the ability to set the update delay for individual NTP servers #32
Conversation
75K+ additions?? Is that correct?? I can't even see the changes in web github! |
This patch has to be redone with the correct upstream version of lwIP (which hasn't change recently, but given your diff you were probably not sync 15 days ago. Other diffs are generally less than 1KB. yours is 28MB).
Now repatch it following esp8266/Arduino#5879 (comment) |
i was afraid of that. i saw it was that big and i was confused. i followed the above instructions but i'm still getting the same results of a 28M file. when i started down this path i simply followed the instructions found somewhere here using mingw, etc. i don't know if this helps but here are the changes in simple diff format. |
the 0001 patch should not modify this file esp8266-arduino repository is modified by You should rework your patches so they can be cleanly applied with
Once it works you can probably concatenate them into a single file
and commit this file only. |
so i'm making a giant mess of this and i apologize. i have a love hate relationship with git and this particular attempt at using git is kicking my ass. i was able to push up a -v2 of something; i can't seem to make a new pull request or make this work the way it is supposed to. the amount of change is relatively small and at this point it would take less time to simply paste in the changes! |
Here's your patch with correct paths.
edit: If you apply it by hand (only this one on clean lwIP sources), you can remake it with
|
I'm closing this one, SNTP API is now accessible in master. |
i hope this is useful. i made these changes 15 days ago and i'm sure the tree has changed since then.