diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9a874b5 Binary files /dev/null and b/.DS_Store differ diff --git a/src/ant.ts b/src/ant.ts index a063222..58fefe6 100644 --- a/src/ant.ts +++ b/src/ant.ts @@ -711,6 +711,8 @@ export abstract class BaseSensor extends events.EventEmitter { this.write(this.msgQueue[0].msg); } return true; + case Constants.EVENT_CHANNEL_COLLISION: + return true; // collision is not an error on multi-channel networks default: break; }