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

Add voltage and current for upcoming sensors
pull/87/head^2
Ben Meadors 2022-01-27 07:16:44 -06:00 zatwierdzone przez GitHub
commit a9bba331e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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