-
Notifications
You must be signed in to change notification settings - Fork 380
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
Update NTPClient.h #208
base: master
Are you sure you want to change the base?
Update NTPClient.h #208
Conversation
add getDate(), getMonth(), getYear(), getFullFormattedTime(), and getTM_t()
Memory usage change @ cf242bb
Click for full report table
Click for full report CSV
|
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.
Hi @drovosekov. Thanks for taking the time to submit a pull request.
The pull request must contain your complete proposal, but the proposed changes to NTPClient.cpp
are missing from this pull request. I see you submitted them in a separate pull request (#209), but that is not allowed.
Please add the proposed NTPClient.cpp
to this pull request. You can do that by editing the file in the patch-2
branch of your fork and then committing the change to that branch. Any commits you push to the patch-2
will automatically be added to this pull request.
Memory usage change @ 017a61b
Click for full report table
Click for full report CSV
|
add getDate(), getMonth(), getYear(), getFullFormattedTime(), and getTM_t()