diff --git a/client/src/js/core/index.js b/client/src/js/core/index.js index 77ac63d..3c2960c 100644 --- a/client/src/js/core/index.js +++ b/client/src/js/core/index.js @@ -26,7 +26,7 @@ const core = (actions) => { keyboard(actions.motors); - // telemetry(actions, sockets); + telemetry(actions, sockets); }; export default core; diff --git a/package.json b/package.json index e4bffb9..0ca35b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tcs", - "version": "0.14.1", + "version": "0.14.2", "description": "Turtle Control Software", "main": "index.js", "scripts": {