Changing BTSendRateMax to help with key-down scenarios.

This commit is contained in:
Evelyn Eastmond 2019-05-17 11:43:06 -04:00
parent d76756f5f6
commit 58908bb1a4

View file

@ -20,7 +20,7 @@ const blockIconURI = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNv
* A maximum number of BT message sends per second, to be enforced by the rate limiter.
* @type {number}
*/
const BTSendRateMax = 20;
const BTSendRateMax = 40;
/**
* Enum for Ev3 direct command types.