- removed BaseStation.getNextData() in favor of BaseStation.getData() - removed InertialNode.getNextDataPacket() in favor of InertialNode.getDataPackets()
1.24.1
- fix for RfSweep data throwing an error when asking for channel name.
1.24.0
- added parsing of RfSweep data packets.
1.23.0
- added BaseStation startRfSweepMode command.
1.22.0
- Wireless command responses now ignore the bytes that were already in the read buffer before the command was sent. - this was a fix for the short commands/responses sometimes erroneously getting mixed up.
1.21.11
- WirelessDataPoint now lazy loads the channelName. - WirelessDataPoint now has arbitrary properties that can be set by packet parsers to be passed to user programs.