Skip to content

Commit

Permalink
Fix spelling of airflow sensor msg comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmackay2 authored and bresch committed Aug 27, 2024
1 parent f67eb69 commit 5fff1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/SensorAirflow.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uint64 timestamp # time since system start (microseconds)
uint32 device_id # unique device ID for the sensor that does not change between power cycles
float32 speed # the speed being reported by the wind / airflow sensor
float32 direction # the direction bein report by the wind / airflow sensor
float32 direction # the direction being reported by the wind / airflow sensor
uint8 status # Status code from the sensor

0 comments on commit 5fff1ad

Please sign in to comment.