Skip to content
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

Please Fix the Hardcoded Last Modified Time for ESP32 SD #61

Open
qiweimao opened this issue Jun 4, 2024 · 2 comments
Open

Please Fix the Hardcoded Last Modified Time for ESP32 SD #61

qiweimao opened this issue Jun 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@qiweimao
Copy link

qiweimao commented Jun 4, 2024

Line to line in FtpServer.cpp

strcpy(dtStr, "19700101000000");

@xreef
Copy link
Owner

xreef commented Jun 8, 2024

Hi,
It isn't so simple; there isn't an RTC on all MCUs.
Bye Renzo

@xreef xreef added the enhancement New feature or request label Jun 8, 2024
@qiweimao
Copy link
Author

Hi,

It isn't so simple; there isn't an RTC on all MCUs.

Bye Renzo

Hi Renzo! How about we add if statement to allow users to choose if they want to use system time? If they have NTP synced, they are safe to use system time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants