-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Unify time modification on SD and SPIFFS #738
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
Conversation
libraries/FS/src/FS.h
Outdated
@@ -70,6 +70,7 @@ class File : public Stream | |||
size_t size() const; | |||
void close(); | |||
operator bool() const; | |||
time_t getLastWrite(); |
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.
missing space here? :)
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.
Ho bad formating ...
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.
Fixed it - thank you
@luc-github this good to go? |
Yes but need idf first no ? |
thank you ^_^ |
* Add access to last write date time add example * rename cpp to ino orz * wrong copy -past * No comment orz * Add missing space
need espressif/esp-idf#1128
to be applied to work