-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
fix dtostrf() issue using trackerj/odometer fixes along with my own fix for string null character ending #664
Conversation
…ix for string null character ending
Hi Igor, |
Hi Igor, |
What situation does this change help fix? I.e. what were the cases where the old version didn't work correctly? |
Hi Ivan, So, latest commit is not related to dtostrf(), but to SPIFFS, as I mentioned to you ealrier : it provide fileSize() in Dir object when used during openDir(). On related subject, did you got chance to investigate the 4096 fileSize limit ? should I open a bug for that ? Ciao ! |
On github, one branch is linked to one pull request, so if you want to open another one, just checkout the commit at which your local and remote branches diverge, and create a new branch. I'm merging all this now, everything looks fine. Regarding the file size limit, i haven't yet had time to fix, but i can confirm that on ESP side files over 4k are created just fine. I will take a look at this a bit later, no need to open an issue.
Personally I would stick with the first but I can imagine some would be more comfortable with the second. |
fix dtostrf() issue, add Dir::fileSize
H Ivan, |
fix dtostrf() issue, add Dir::fileSize
fix dtostrf() issue using trackerj/odometer fixes along with my own fix for string null character ending