Skip to content

Commit 68fb8fc

Browse files
author
stsdc
committed
enable telemetry back
1 parent bfb5ca1 commit 68fb8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/js/core/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const core = (actions) => {
2626

2727
keyboard(actions.motors);
2828

29-
// telemetry(actions, sockets);
29+
telemetry(actions, sockets);
3030
};
3131

3232
export default core;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcs",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Turtle Control Software",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)