tessel/t2-firmware

Port is not a subclass of EventEmitter, but expects to emit an event

Closed this issue · 0 comments

I discovered this while writing more tests for #63

this.emit('async-event', byte);

Patch to follow