Fixes and enhancements to modem rate setting in TDMA node class
Fixes:
- Miniframe rate setting is respected (it was always using rate 1)
- If the user attempts to set the
bytes_per_[data|mini]frame
to a value greater than the modem will accept, the value is clamped to the valid maximum.
Enhancements:
- Rates and max number of bytes are not handled using getters/setters. This functionality is largely beneficial for derived TDMA node classes.
Version in package.xml is bumped to 6.1.0