V67+: Merge branch 'guymcswain-reportedLevels'

This commit is contained in:
joan 2018-10-21 09:28:05 +01:00
commit 06c74e759c
1 changed files with 1 additions and 0 deletions

View File

@ -6371,6 +6371,7 @@ static void * pthAlertThread(void *x)
}
alertEmit(sample, reports, changedBits, sTick);
reportedLevel = sample[numSamples -1].level;
if (totalSamples > gpioStats.maxSamples)
gpioStats.maxSamples = numSamples;