This commit fixes two issues reported in #24 and #25.
The default buffer size for the radio driver should have been 255 (0xFF) not 256.
In addition to that it was pointed out that the tx timer values were inconsistent
with the doc. All timer values are considered in ms except symbol timeout and the
time value for set_tx_continuous_wave() API.
This commit fixes two issues reported in #24 and #25. The default buffer size for the radio driver should have been 255 (0xFF) not 256. In addition to that it was pointed out that the tx timer values were inconsistent with the doc. All timer values are considered in ms except symbol timeout and the time value for set_tx_continuous_wave() API.