added autostart procedure trigger to the ultralcd menu

This commit is contained in:
Bernhard
2011-12-09 12:33:00 +01:00
parent 61c943b4bf
commit cc4a9cdb69
3 changed files with 15 additions and 7 deletions

View File

@ -44,6 +44,7 @@ public:
bool cardOK ;
char filename[11];
bool filenameIsDir;
int lastnr; //last number of the autostart;
private:
SdFile root,*curDir,workDir,workDirParent,workDirParentParent;
Sd2Card card;