Skip to content

Commit

Permalink
enable telemetry back
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Dec 6, 2018
1 parent bfb5ca1 commit 68fb8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/js/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const core = (actions) => {

keyboard(actions.motors);

// telemetry(actions, sockets);
telemetry(actions, sockets);
};

export default core;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcs",
"version": "0.14.1",
"version": "0.14.2",
"description": "Turtle Control Software",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 68fb8fc

Please sign in to comment.