Skip to content

Commit f97fc87

Browse files
committed
2 parents 94b761f + c4da381 commit f97fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example6_ProductionTest/Example6_ProductionTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void loop()
5959
float lux = mySensor.getLux(); // Read the lux
6060

6161
// Check the lux is within bounds
62-
if ((lux < 100.0) || (lux > 100000.0))
62+
if ((lux < 20.0) || (lux > 100000.0))
6363
{
6464
digitalWrite(LED_BUILTIN, LOW);
6565
Wire.end();

0 commit comments

Comments
 (0)