Skip to content

Commit

Permalink
v1.2.4 - Additional fixes to separate output data for each kiNET strand.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchantweb committed Sep 20, 2022
1 parent 603f939 commit cbf4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/kinet.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const kinetMixin = {
strandData.length >> 8,
0x00,
0x00
].concat(data)), 6038, strand.ip);
].concat(strandData)), 6038, strand.ip);
});

}
Expand Down

0 comments on commit cbf4087

Please sign in to comment.