mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added VL53L0XState message.
This commit is contained in:
parent
cc2cfc89cb
commit
57f49e3396
1 changed files with 14 additions and 0 deletions
|
|
@ -926,3 +926,17 @@ message SEN5XState {
|
|||
*/
|
||||
optional fixed64 voc_state_array = 6;
|
||||
}
|
||||
|
||||
message VL53L0XState {
|
||||
enum RangingMode {
|
||||
Default = 0;
|
||||
LongRange = 1;
|
||||
HighSpeed = 2;
|
||||
HighAccuracy = 3;
|
||||
}
|
||||
|
||||
/*
|
||||
* Current Ranging Mode
|
||||
*/
|
||||
RangingMode mode = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue