diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 76135e7..f23d8fb 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -113,6 +113,11 @@ message EnvironmentMetrics { * Wind speed in m/s */ float wind_speed = 14; + + /* + * Weight in KG + */ + float weight = 15; } /*