Merge pull request #518 from meshtastic/nau7802

dang manual changes
This commit is contained in:
Ben Meadors 2024-06-13 09:29:54 -05:00 committed by GitHub
commit ab576a4a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,11 @@ message EnvironmentMetrics {
* Wind speed in m/s
*/
float wind_speed = 14;
/*
* Weight in KG
*/
float weight = 15;
}
/*