mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix tag index. whoops, duh.
This commit is contained in:
parent
29f8011bce
commit
7370460a59
1 changed files with 2 additions and 2 deletions
|
|
@ -122,12 +122,12 @@ message EnvironmentMetrics {
|
|||
/*
|
||||
* Wind gust in m/s
|
||||
*/
|
||||
float wind_gust = 15;
|
||||
float wind_gust = 16;
|
||||
|
||||
/*
|
||||
* Wind lull in m/s
|
||||
*/
|
||||
float wind_lull = 16;
|
||||
float wind_lull = 17;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue