mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #34 from joarSv/feature/environmental-ds18b20-sensor-support
Add sensor DS18B20
This commit is contained in:
commit
cd2ab414e7
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ message RadioConfig {
|
|||
|
||||
enum EnvironmentalMeasurementSensorType {
|
||||
DHT11 = 0;
|
||||
DS18B20 = 1;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue