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 bfb5ca1 commit 68fb8fcCopy full SHA for 68fb8fc
client/src/js/core/index.js
@@ -26,7 +26,7 @@ const core = (actions) => {
26
27
keyboard(actions.motors);
28
29
- // telemetry(actions, sockets);
+ telemetry(actions, sockets);
30
};
31
32
export default core;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.14.1",
+ "version": "0.14.2",
4
"description": "Turtle Control Software",
5
"main": "index.js",
6
"scripts": {
0 commit comments