mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #85 from meshtastic/add-bosch-sensors
Add voltage and current for upcoming sensors
This commit is contained in:
commit
a9bba331e6
1 changed files with 3 additions and 0 deletions
|
|
@ -7,4 +7,7 @@ message EnvironmentalMeasurement {
|
|||
float relative_humidity = 2;
|
||||
float barometric_pressure = 3;
|
||||
float gas_resistance = 4;
|
||||
float voltage = 5;
|
||||
float current = 6;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue