mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-04 17:02:23 +02:00
64100d6311
Replace simplified airtime calculation with the proper Semtech reference formula that accounts for: - Coding rate (CR) - CRC overhead - Explicit/implicit header mode - Low data rate optimization (SF11/SF12 at 125kHz) The previous formula significantly underestimated airtime, especially at higher spreading factors, leading to inaccurate duty cycle tracking. Reference: https://www.semtech.com/design-support/lora-calculator Co-Authored-By: Warp <agent@warp.dev>