removed redundant condition on the caliberate button
This commit is contained in:
@@ -217,7 +217,7 @@ robotiqDataTopic.subscribe(function(message) {
|
|||||||
{
|
{
|
||||||
//consider adding warning buttons
|
//consider adding warning buttons
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("calibrateButton").disabled = true;
|
//document.getElementById("calibrateButton").disabled = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user