removed serial print
This commit is contained in:
parent
42b533b5d8
commit
bd59e11660
1 changed files with 0 additions and 2 deletions
|
@ -6152,8 +6152,6 @@ static void menu_action_sdfile(const char* filename, char* longFilename)
|
|||
}
|
||||
static void menu_action_sddirectory(const char* filename, char* longFilename)
|
||||
{
|
||||
MYSERIAL.println(filename);
|
||||
|
||||
uint8_t depth = (uint8_t)card.getWorkDirDepth();
|
||||
|
||||
strcpy(dir_names[depth], filename);
|
||||
|
|
Loading…
Reference in a new issue