mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add VL53L0X distance sensor.
This commit is contained in:
parent
cb1f89372a
commit
cc2cfc89cb
1 changed files with 4 additions and 0 deletions
|
|
@ -871,6 +871,10 @@ enum TelemetrySensorType {
|
|||
* SHT family of sensors for temperature and humidity
|
||||
*/
|
||||
SHTXX = 50;
|
||||
/*
|
||||
* VL53L0X distance, sensor
|
||||
*/
|
||||
VL53L0X = 51;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue