mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add DHT22 sensor
This commit is contained in:
parent
6eff12b91d
commit
a4f63f5085
1 changed files with 1 additions and 0 deletions
|
|
@ -551,6 +551,7 @@ message RadioConfig {
|
|||
enum EnvironmentalMeasurementSensorType {
|
||||
DHT11 = 0;
|
||||
DS18B20 = 1;
|
||||
DHT22 = 2;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue