Merge pull request #85 from meshtastic/add-bosch-sensors

Add voltage and current for upcoming sensors
This commit is contained in:
Ben Meadors 2022-01-27 07:16:44 -06:00 committed by GitHub
commit a9bba331e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,7 @@ message EnvironmentalMeasurement {
float relative_humidity = 2;
float barometric_pressure = 3;
float gas_resistance = 4;
float voltage = 5;
float current = 6;
}