-->
Page 2 of 2

Re: Delete code

PostPosted: Mon Dec 21, 2015 6:57 am
by RFZ
I've managed it several times to get my lua file system in a read only like state.
file.format(), file.rename(), file.remove() and even file.write() executed properly without errors, but reading the files back always revealed the old content. It really drove me crazy :D
Reflashing nodemcu solved the issue...
Anybody ever experienced this, too?