Add use of wildcard "*" for loading kips from a folder

This commit is contained in:
Kostas Missos
2018-09-24 23:47:35 +03:00
parent 381d5c9236
commit 1392e6eaf4
7 changed files with 82 additions and 24 deletions

View File

@@ -1968,7 +1968,7 @@ void launch_tools(u8 type)
else
memcpy(dir, "bootloader/libtools", 20);
filelist = dirlist(dir);
filelist = dirlist(dir, NULL);
u32 i = 0;