Add sensor DS18B20

This commit is contained in:
Joar Svensson 2021-10-26 19:45:45 +02:00
parent 034eba643b
commit 53f0f82f8c

View file

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