If you are on a 5GHz band, switch to 2.4GHz. It is more stable for the older protocols UCast often uses.
A soft reboot does not clear routing tables. ucast v461 fix
If firmware update fails or device bricked If you are on a 5GHz band, switch to 2
tags to the Error Message Overlay and playback Seek Bar to improve compatibility with screen readers. Metadata Sync ucast v461 fix
def _estimate_latency(self) -> int: """Calculate smoothed RTT estimate for latency field.""" if not self.latency_samples: return 0 return int(sum(self.latency_samples) / len(self.latency_samples))