mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Fixing #1566: Set default motor power for EV3 and WeDo2 to 50%.
This commit is contained in:
parent
fe288902fa
commit
3bdbbe3b8e
2 changed files with 2 additions and 2 deletions
|
@ -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].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue