changed BoostColorSampleSize to 5 to avoid false readings of black

This commit is contained in:
Kevin Andersen 2019-03-21 14:01:49 -04:00
parent 20967fe768
commit 64355e8584

View file

@ -51,7 +51,7 @@ const BoostPingInterval = 5000;
* @type {number} * @type {number}
*/ */
const BoostColorSampleSize = 3; const BoostColorSampleSize = 5;
/** /**
* Enum for Boost sensor and actuator types. * Enum for Boost sensor and actuator types.