- updated auto balance 2 command id. - fix for cycle power on the base station failing if haven't determined protocol version. - resetting the radio or cycling power when writing base eeproms (depending on firmware version). - cycling the power on nodes when committing eeproms (instead of resetting radio).
1.11.2
- made AutoBalanceResult functions const.
1.11.1
- fix for WirelessNode::autobalance not returning the AutoBalanceResult.
1.11.0
- support for old and new auto balance commands. - old auto balance command now performs a hardware offset eeprom read. - old auto balance command now performs a read single sensor to get the channel value. - moved AutoCalResult to its own file. - moved AutoBalanceResult to its own file.
1.10.1
- changed WirelessNode's autobalance function to take a ChannelMask instead of a channel number. - added method to get the resolution from each WirelessChannel object. - adding start of the AutoBalance_v2 command (not fully functional).
1.10.0
- added supportsLostBeaconTimeout() to the NodeFeatures class.