mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
point telemetry to new proto reference
This commit is contained in:
parent
472f989b65
commit
373500ae8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue