Update src/detect/ScanI2C.cpp

Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
Ben Meadors
2026-02-13 17:34:31 -06:00
committed by GitHub
co-authored by GitHub Wessel
parent c3321771ef
commit 947f8176dc
+1 -1
View File
@@ -44,7 +44,7 @@ ScanI2C::FoundDevice ScanI2C::firstAccelerometer() const
ScanI2C::FoundDevice ScanI2C::firstAQI() const
{
ScanI2C::DeviceType types[] = {PMSA003I, SEN5X, SCD4X, SFA30};
return firstOfOrNONE(2, types);
return firstOfOrNONE(4, types);
}
ScanI2C::FoundDevice ScanI2C::firstRGBLED() const