one more bug fix
This commit is contained in:
parent
8fd802e000
commit
bbaaf079ea
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ class BlueWeather
|
|||
}
|
||||
|
||||
if (count($rawMeasvalsOfThisSensor) <= $maxVals) {
|
||||
$finalMeasvals = array_merge(
|
||||
$finalMeasvals, $rawMeasvalsOfThisSensor
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue