- fix for datalogging download sometimes causing out of range exception.
19.2.1
- changed DataPoint::ChannelProperties to a map instead of an unordered_map, which seems to fix a crash when receiving a ShmPacket and requesting a channel property. This is still a mystery as to why it was crashing, as it was on the map->find() line which is not supposed to throw an exception, but threw a vector::out_of_range
19.2.0
- support for the new Internal Temperature field in Diagnostic Packets.
19.1.0
- added BaseStationFeatures::supportsCustomRfSweepMode - added overloaded BaseStation::startRfSweepMode function