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)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handleTelemetry(packet: MeshPacket, dataPacket: DataPacket, myNodeNum: Int)