Set update rate to 80ms

This commit is contained in:
Eric Rosenbaum 2019-02-19 15:14:37 -05:00
parent f4662f833f
commit ba548701e2

View file

@ -53,7 +53,7 @@ const GDXFOR_SENSOR = {
/**
* The update rate, in milliseconds, for sensor data input from the peripheral.
*/
const GDXFOR_UPDATE_RATE = 100;
const GDXFOR_UPDATE_RATE = 80;
/**
* Threshold for pushing and pulling force, for the whenForcePushedOrPulled hat block.