Skip to content

Commit

Permalink
send actual eStop
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Apr 28, 2024
1 parent d11a456 commit c91784b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.3.28
- send actual eStop

# Version 1.3.27
- support state and label changes for Routes <jB ....>
- overcurrent and/or short toast message
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="manifest" href="manifest.json">
<script>
var version = "1.3.27";
var version = "1.3.28";
</script>

<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
Expand Down
4 changes: 3 additions & 1 deletion js/exwebthrottle.js
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,11 @@ $(document).ready(function () {
setSpeed(0);
setSpeedofControllers();
sendSpeed(getCV(), -1, dir);
writeToStream("!");
}
else {
console.log("No loco acquired");
console.log("No loco acquired, but sending eStop anyway");
writeToStream("!");
}
});

Expand Down

0 comments on commit c91784b

Please sign in to comment.