Merge pull request #34 from joarSv/feature/environmental-ds18b20-sensor-support

Add sensor DS18B20
This commit is contained in:
Sacha Weatherstone 2021-10-27 06:45:33 +11:00 committed by GitHub
commit cd2ab414e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -530,6 +530,7 @@ message RadioConfig {
enum EnvironmentalMeasurementSensorType {
DHT11 = 0;
DS18B20 = 1;
};
/*