Skip to content

Commit

Permalink
Merge pull request #532 from tavdog/ws85_gust_lull
Browse files Browse the repository at this point in the history
add ws85 serialmodule mode, add gust,lull to env telemetry
  • Loading branch information
thebentern authored Jul 10, 2024
2 parents d191975 + 7370460 commit 10494bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ message ModuleConfig {
NMEA = 4;
// NMEA messages specifically tailored for CalTopo
CALTOPO = 5;
// Ecowitt WS85 weather station
WS85 = 6;
}

/*
Expand Down
10 changes: 10 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ message EnvironmentMetrics {
* Weight in KG
*/
float weight = 15;

/*
* Wind gust in m/s
*/
float wind_gust = 16;

/*
* Wind lull in m/s
*/
float wind_lull = 17;
}

/*
Expand Down

0 comments on commit 10494bf

Please sign in to comment.