Fix bug: diveToFile breaks M23 (#13865)

This commit is contained in:
Robby Candra
2019-05-03 03:54:24 +07:00
committed by Scott Lahteine
parent e5438a9a03
commit c369477cb0
4 changed files with 42 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ public:
static int8_t updir();
static void setroot();
static const char* diveToFile(SdFile*& curDir, const char * const path, const bool echo);
static const char* diveToFile(SdFile*& curDir, const char * const path, const bool echo=false);
static uint16_t get_num_Files();