diff --git a/client/src/js/core/index.js b/client/src/js/core/index.js index ffa0cfb..5ff84ee 100644 --- a/client/src/js/core/index.js +++ b/client/src/js/core/index.js @@ -15,7 +15,7 @@ const core = (actions) => { keyboard(actions.motors); - // telemetry(actions, sockets); + telemetry(actions, sockets); } export default core; \ No newline at end of file