We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b01b41 commit 70296a4Copy full SHA for 70296a4
client/src/js/core/index.js
@@ -15,7 +15,7 @@ const core = (actions) => {
15
16
keyboard(actions.motors);
17
18
- // telemetry(actions, sockets);
+ telemetry(actions, sockets);
19
}
20
21
export default core;
0 commit comments