-->
Page 1 of 1

SPIFFS question

PostPosted: Thu Jan 05, 2017 2:13 pm
by Mzidar
Hello, i would like to know if it is possible to delete second lines in txt files using SPIFFS.

Let's say i have a file like this:

aaa
bbb
ccc
ddd

then i would like it to be like this:

aaa
ccc
ddd

Is this possible?