Added todo
This commit is contained in:
parent
0da175a8cd
commit
2fb75a2d83
@ -212,6 +212,7 @@ namespace pxsim.visuals {
|
||||
}
|
||||
case NodeType.MediumMotor:
|
||||
case NodeType.LargeMotor: {
|
||||
// TODO: figure out if the motor is in "input" or "output" mode
|
||||
const state = ev3board().getMotors()[port];
|
||||
view = new MotorReporterControl(this.element, this.defs, state, port);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user