pub fn estimate_lora_bitrate_bps(sub: &RNodeSubConfig) -> u64Expand description
Estimate the LoRa physical bit rate for announce bandwidth gating.
Formula: SF * (bandwidth / 2^SF) * (4 / coding_rate).
pub fn estimate_lora_bitrate_bps(sub: &RNodeSubConfig) -> u64Estimate the LoRa physical bit rate for announce bandwidth gating.
Formula: SF * (bandwidth / 2^SF) * (4 / coding_rate).