ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

Correcting buffer size and tx timer units #26

Closed hasnainvirk closed 6 years ago

hasnainvirk commented 6 years ago

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.