xiphonics/picoTracker

There is no way to back to root folder in project browser

Closed this issue · 2 comments

  1. turn on power
  2. select [samplelib] floder
  3. there is no way to back to root folder (NG)

It might be ok if add command like this

if (mask & EPBM_L) {
Path root=std::string("/");
setCurrentFolder(root);
}

maks commented

done as of #219