- added WirelessNode::percentFull to get the percent of datalogging memory that is filled.
13.2.1
- fix for memory exception when WirelessNode or BaseStation reading/writing eeproms while also attempting to determine protocol version (in another thread).
13.2.0
- WirelessNode::applyConfig no longer cycles power/radio if eeprom's weren't actually changed (due to cache). - BaseStation::applyConfig no longer cycles power/radio if eeprom's weren't actually changed (due to cache).
13.1.1
- fix for datalogging download v1 erroneously parsing data when retrying after a communication exception.
13.1.0
- attempting to read ASPP version off of Node if available instead of using FW version. - clearing internal NodeInfo and NodeFeatures when clearEepromCache is called in case eeproms changed.