motor slider fixes and fix motor output in vm

This commit is contained in:
Sam El-Husseini
2018-01-12 13:33:25 -08:00
parent dfe84471e8
commit 751ea1494b
4 changed files with 5 additions and 4 deletions

View File

@ -97,6 +97,7 @@ namespace pxsim {
motors.forEach(motor => motor.stop());
return 2;
}
case DAL.opOutputPower:
case DAL.opOutputSpeed: {
// setSpeed
const port = buf.data[1];