Fixing #1566: Set default motor power for EV3 and WeDo2 to 50%.

This commit is contained in:
Evelyn Eastmond 2018-09-10 12:31:38 -04:00
parent fe288902fa
commit 3bdbbe3b8e
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ class EV3Motor {
* @type {number}
* @private
*/
this._power = 100;
this._power = 50;
/**
* This motor's current position, in the range [0,360].