mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update telemetry.proto
This commit is contained in:
parent
c6293d78a6
commit
79853beeb2
1 changed files with 6 additions and 11 deletions
|
|
@ -101,33 +101,28 @@ enum TelemetrySensorType {
|
|||
*/
|
||||
NotSet = 0;
|
||||
|
||||
/*
|
||||
* Moderate accuracy temperature and humidity
|
||||
*/
|
||||
DHT22 = 1;
|
||||
|
||||
/*
|
||||
* High accuracy temperature, pressure, humidity
|
||||
*/
|
||||
BME280 = 2;
|
||||
BME280 = 1;
|
||||
|
||||
/*
|
||||
* High accuracy temperature, pressure, humidity, and air resistance
|
||||
*/
|
||||
BME680 = 3;
|
||||
BME680 = 2;
|
||||
|
||||
/*
|
||||
* Very high accuracy temperature
|
||||
*/
|
||||
MCP9808 = 4;
|
||||
MCP9808 = 3;
|
||||
|
||||
/*
|
||||
* Moderate accuracy current and voltage
|
||||
*/
|
||||
INA260 = 5;
|
||||
INA260 = 4;
|
||||
|
||||
/*
|
||||
* Moderate accuracy current and voltage
|
||||
*/
|
||||
INA219 = 6;
|
||||
};
|
||||
INA219 = 5;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue