xiphonics / picoTracker

BSD 3-Clause "New" or "Revised" License
202 stars 17 forks source link

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

Open paasukusai opened 1 month ago

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

It might be ok if add command like this

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