kopia lustrzana https://github.com/meshtastic/protobufs
				
				
				
			Merge pull request #532 from tavdog/ws85_gust_lull
add ws85 serialmodule mode, add gust,lull to env telemetrypull/533/head v2.4.0
						commit
						10494bf328
					
				| 
						 | 
				
			
			@ -304,6 +304,8 @@ message ModuleConfig {
 | 
			
		|||
      NMEA = 4;
 | 
			
		||||
      // NMEA messages specifically tailored for CalTopo
 | 
			
		||||
      CALTOPO = 5;
 | 
			
		||||
      // Ecowitt WS85 weather station
 | 
			
		||||
      WS85 = 6;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue