beegee-tokyo / SX126x-Arduino

Arduino library to use Semtech SX126x LoRa chips and modules to communicate
MIT License
236 stars 64 forks source link

added calculation which caters for all CRC Types offered in library. … #94

Closed mikedupi closed 1 year ago

mikedupi commented 1 year ago

RadioTimeOnAir now represents time on air for any CRC type used in the library. Before, RadioTimeOnAir only catered for CRC Time when RADIO_CRC_2_BYTES was chosen as the CRC Type.