From 64355e85845904af907b99791977bda1206ad67a Mon Sep 17 00:00:00 2001 From: Kevin Andersen Date: Thu, 21 Mar 2019 14:01:49 -0400 Subject: [PATCH] changed BoostColorSampleSize to 5 to avoid false readings of black --- src/extensions/scratch3_boost/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index d228427ff..a98b893cf 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -51,7 +51,7 @@ const BoostPingInterval = 5000; * @type {number} */ -const BoostColorSampleSize = 3; +const BoostColorSampleSize = 5; /** * Enum for Boost sensor and actuator types.