mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-16 12:59:00 -04:00
point telemetry to new proto reference
This commit is contained in:
@@ -90,7 +90,7 @@ data class Telemetry(
|
||||
|
||||
/** Create our model object from a protobuf.
|
||||
*/
|
||||
constructor(t: TelemetryProtos.Telemetry) : this(
|
||||
constructor(t: TelemetryProtos.DeviceMetrics) : this(
|
||||
t.batteryLevel,
|
||||
t.voltage,
|
||||
t.channelUtilization,
|
||||
|
||||
Reference in New Issue
Block a user