going to add the other 2 devices too

This commit is contained in:
Mike Kinney 2022-01-16 15:14:03 -08:00
parent a4f63f5085
commit f60875612d

View file

@ -551,7 +551,9 @@ message RadioConfig {
enum EnvironmentalMeasurementSensorType {
DHT11 = 0;
DS18B20 = 1;
DHT22 = 2;
DHT12 = 2;
DHT21 = 3;
DHT22 = 4;
};
/*