Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
modox94 committed Dec 6, 2022
1 parent d520153 commit ebb1a51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hardware/motor_driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,10 @@ class MotorDriver {
posCur = await this.readPosition();
}

return resolve(isCalibration ? { driveTime: counter * DELAY } : "done");
resolve(isCalibration ? { driveTime: counter * DELAY } : "done");
});

return this.action;
}
}

Expand Down

0 comments on commit ebb1a51

Please sign in to comment.