changed number of fingerprint scans

minor parameter changes
more log lines
added VAP log to UI (debug)
fixed missing wifi timestamp for android live data
This commit is contained in:
2016-09-28 15:29:25 +02:00
parent d47322e73b
commit 5ddc455bee
9 changed files with 31 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ private:
QProgressBar* barProg;
struct Scan {
const int numRecords = 10;
const int numRecords = 30;
int recordsDone = 0;
} scan;