add support for radio groups (#399)

* add groupID to radio

* add groupId

* bump up to new version
This commit is contained in:
Tom Ball
2017-05-16 16:19:52 -07:00
committed by GitHub
parent cec694a113
commit 72e95438eb
3 changed files with 25 additions and 16 deletions

View File

@ -97,7 +97,7 @@ namespace pxsim {
break;
case "radiopacket":
let packet = <SimulatorRadioPacketMessage>msg;
this.radioState.recievePacket(packet);
this.radioState.receivePacket(packet);
break;
}
}