Change nrFiles from int16_t to uint16_t

This commit is contained in:
Guðni Már Gilbert 2021-07-19 18:02:40 +00:00 committed by DRracer
parent 16602f4003
commit 710852a1f2

View File

@ -135,7 +135,7 @@ private:
bool autostart_stilltocheck; //the sd start is delayed, because otherwise the serial cannot answer fast enought to make contact with the hostsoftware.
int16_t nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
uint16_t nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
char* diveDirName;
bool diveSubfolder (const char *&fileName);