TelemetryPacketHandlerImpl
class TelemetryPacketHandlerImpl(nodeManager: NodeManager, connectionManager: Lazy<MeshConnectionManager>, notificationManager: NotificationManager, scope: CoroutineScope) : TelemetryPacketHandler(source)
Implementation of TelemetryPacketHandler that processes telemetry packets and manages battery-level notifications with cooldown logic.
Constructors
Link copied to clipboard
constructor(nodeManager: NodeManager, connectionManager: Lazy<MeshConnectionManager>, notificationManager: NotificationManager, scope: CoroutineScope)