point telemetry to new proto reference

This commit is contained in:
andrekir
2022-03-27 18:43:24 -03:00
parent 472f989b65
commit 373500ae8e

View File

@@ -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,