Merge pull request #2196 from jolavillette/3DigitsRttStatistics

display RTT stats with 3 decimals
This commit is contained in:
csoler 2020-12-31 13:19:55 +01:00 committed by GitHub
commit 49feb3c6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ RttStatisticsGraph::RttStatisticsGraph(QWidget *parent)
src->setCollectionTimeLimit(10*60*1000) ; // 10 mins
src->setCollectionTimePeriod(1000) ; // collect every second
src->setDigits(1) ;
src->setDigits(3) ;
src->start() ;
setSource(src) ;