tryfix random values (#4034)

This commit is contained in:
Thomas Göttgens
2024-06-04 08:14:27 -05:00
committed by GitHub
co-authored by GitHub
parent 9632e4c405
commit 181f03cb95
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ meshtastic_MeshPacket *DeviceTelemetryModule::allocReply()
meshtastic_Telemetry DeviceTelemetryModule::getDeviceTelemetry()
{
meshtastic_Telemetry t;
meshtastic_Telemetry t = meshtastic_Telemetry_init_zero;
t.time = getTime();
t.which_variant = meshtastic_Telemetry_device_metrics_tag;