diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 82fba65..3879373 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -304,6 +304,8 @@ message ModuleConfig { NMEA = 4; // NMEA messages specifically tailored for CalTopo CALTOPO = 5; + // Ecowitt WS85 weather station + WS85 = 6; } /* diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index f23d8fb..8ffbeb2 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -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; } /*