- RENAMED BaseStationFeatures::supportsCommProtocol to BaseStationFeatures::supportsCommunicationProtocol. - not writing comm protocol on the BaseStation unless it supports the comm protocol eeprom. - returning LXRS when reading the comm protocol for Nodes and BaseStation with old firmware that doesn't support it.
27.3.3
- fix for incorrect resizing causing bad alloc when downloading logged data in some scenarios.
27.3.2
- fix for BaseStation broadcastSetToIdle not working in LXRS+ mode.
27.3.1
- updated WirelessParser to ignore ASPP packets found within potential other ASPP packets unless they are data packets or match a response to a command that we are expecting.
27.3.0
- added advanced DatalogDownloader constructor that allows providing the start position and size of data if known. - added up to 3 retries for communication errors during applying (cycling power) for eeprom changes on Nodes and Bases.
27.2.4
- fix for BaseStationFeatures::supportsRfSweepMode not being virtual, so classes failed to override it.