Change openFile default to "not-push" instead of "do-replace"

This commit is contained in:
Scott Lahteine
2016-03-29 03:16:35 -07:00
parent 372f93cc7a
commit 27d70599d4
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ public:
//this is to delay autostart and hence the initialisaiton of the sd card to some seconds after the normal init, so the device is available quick after a reset
void checkautostart(bool x);
void openFile(char* name,bool read,bool replace_current=true);
void openFile(char* name, bool read, bool push_current=false);
void openLogFile(char* name);
void removeFile(char* name);
void closefile(bool store_location=false);