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