night199uk - @Scott Bender bug in canboatjs? I'...
@Scott Bender bug in canboatjs? I'm seeing tracebacks on master:
https://github.com/canboat/canboatjs/blob/97a57114c6e0f3d6e675faa32db7639a995716b5/lib/n2kDevice.js#L361
I had to change this line from:
device.sendPGN(device, acknowledgement)
to:
device.sendPGN(acknowledgement)
https://github.com/canboat/canboatjs/blob/97a57114c6e0f3d6e675faa32db7639a995716b5/lib/n2kDevice.js#L361
I had to change this line from:
device.sendPGN(device, acknowledgement)
to:
device.sendPGN(acknowledgement)