downloader: save downloaded dives

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2020-11-27 21:32:40 +01:00 committed by Dirk Hohndel
parent 5e34531e32
commit 40311362f3
3 changed files with 14 additions and 1 deletions

View file

@ -37,4 +37,5 @@ void cliDownloader(const char *vendor, const char *product, const char *device)
// before we start, remember where the dive_table ended
diveImportedModel->startDownload();
diveImportedModel->waitForDownload();
diveImportedModel->recordDives();
}