Merge branch 'meshtastic:master' into master

This commit is contained in:
joshpirihi 2022-01-28 05:52:37 +13:00 committed by GitHub
commit a2027a6d05
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;
}