You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I save logs in the SPIFFS via FILE_APPEND, but I want to visualise them LIFO by \n. What is the easiest method to do that, because I think the option to load the whole File in RAM and than to convert it is not a good idea.
Thank you in advance.