//files init.g on the sd card are performed in a row
//files init.g on the sd card are performed in a row
//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
//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
...
@@ -62,18 +65,17 @@ public:
...
@@ -62,18 +65,17 @@ public:
public:
public:
boolsaving,sdprinting,cardOK,filenameIsDir;
boolsaving,sdprinting,cardOK,filenameIsDir;
uint16_tnrFiles;// counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.