Skip to content
Snippets Groups Projects
Commit 4a59525f authored by echicken's avatar echicken :chicken:
Browse files

test

parent e850a290
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export default class SocketDevice extends Device {
this.host = host;
this.port = port;
this.socket = new js.global.Socket();
js.setInterval(this.sendHeartbeat, 30000, this);
js.setInterval(() => this.getChannel(0, (mp: protobuf.Mesh.MeshPacket): boolean => true), 30000, this);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment