Change openFile default to "not-push" instead of "do-replace"
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user