LoraSignalIndicator
fun LoraSignalIndicator(snr: Float?, modifier: Modifier = Modifier, modemPreset: Config.LoRaConfig.ModemPreset? = LocalModemPreset.current, contentColor: Color = MaterialTheme.colorScheme.onSurface)(source)
Displays a human readable description and icon representing the signal quality.
A null snr means the packet carried no measurement, which is rendered as "Unknown" in a neutral tint. It must not fall through to Quality.NONE — that band means "measured, and too weak to demodulate", a different claim.