List Dir works?

This commit is contained in:
Tim Keller
2021-10-20 01:30:04 +00:00
parent f841b8c984
commit 6393a17d74
5 changed files with 49 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
heartRateService {systemTask, heartRateController},
motionService{systemTask, motionController},
fs {fs},
fsService {fs},
fsService {systemTask,fs},
serviceDiscovery({&currentTimeClient, &alertNotificationClient}) {
}