add support for radio groups (#399)
* add groupID to radio * add groupId * bump up to new version
This commit is contained in:
@ -97,7 +97,7 @@ namespace pxsim {
|
||||
break;
|
||||
case "radiopacket":
|
||||
let packet = <SimulatorRadioPacketMessage>msg;
|
||||
this.radioState.recievePacket(packet);
|
||||
this.radioState.receivePacket(packet);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user