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

FILE_WRITE does not work properly since v1.2.0 #45

Closed
Nightenom opened this issue Nov 26, 2017 · 3 comments
Closed

FILE_WRITE does not work properly since v1.2.0 #45

Nightenom opened this issue Nov 26, 2017 · 3 comments

Comments

@Nightenom
Copy link

Nightenom commented Nov 26, 2017

Command: File file = SD.open(target, FILE_WRITE);
How it looked like (version 1.1.1):

Reading file "/logs/log3.txt":
[26.11.17][12:59:03][4893] S: GSM: ready without restart
[26.11.17][12:59:08][9526] I: GSM: IP: "100.90.60.208"
[26.11.17][12:59:17][18051] S: RTC: synced
[26.11.17][12:59:17][18077] Boot successful

Done!

How it looks like (version 1.2.0),
it always write to first line:

Reading file "/logs/log0.txt":
[01.01.04][00:47:39][60621] Boot successful
86.142.157"

Done!
Reading file "/logs/log1.txt":
[01.01.04][00:52:55][32144] I: GSM: IP: "100.90.60.208"

Done!
Reading file "/logs/log2.txt":
[26.11.17][12:40:57][18082] Boot successful
0.60.208"

Done!
@cmaglie
Copy link
Contributor

cmaglie commented Nov 28, 2017

Thank you!

@cmaglie
Copy link
Contributor

cmaglie commented Nov 28, 2017

@Nightenom
I've pushed a release 1.2.1, it should be available in a couple of minutes, please let me know if this fix the issue, and thanks again for the bug report!

@Nightenom
Copy link
Author

Thanks, I will check it next weekend

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

No branches or pull requests

2 participants