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

test

parent 11139dd2
No related branches found
No related tags found
No related merge requests found
...@@ -575,7 +575,7 @@ export default abstract class Device extends js.global.EventEmitter { ...@@ -575,7 +575,7 @@ export default abstract class Device extends js.global.EventEmitter {
const toRadio: protobuf.Mesh.ToRadio = new protobuf.Mesh.ToRadio({ const toRadio: protobuf.Mesh.ToRadio = new protobuf.Mesh.ToRadio({
payloadVariant: { payloadVariant: {
case: 'heartbeat', case: 'heartbeat',
value: new protobuf.Mesh.Heartbeat({}), value: new protobuf.Mesh.Heartbeat(),
}, },
}); });
this.write(toRadio); this.write(toRadio);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment