mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Run buf format on atak proto
Agent-Logs-Url: https://github.com/meshtastic/protobufs/sessions/059c2e02-63e3-467d-b032-dc5c15883261 Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
This commit is contained in:
parent
e5b07ae0b0
commit
793e274f59
1 changed files with 5 additions and 5 deletions
|
|
@ -1783,11 +1783,11 @@ message SensorFov {
|
|||
*/
|
||||
enum SensorType {
|
||||
SensorType_Unspecified = 0;
|
||||
SensorType_Camera = 1; // daylight / general optical
|
||||
SensorType_Thermal = 2; // FLIR, thermal imager
|
||||
SensorType_Laser = 3; // rangefinder, LRF, designator
|
||||
SensorType_Nvg = 4; // night vision goggles
|
||||
SensorType_Rf = 5; // radio/radar direction-finding
|
||||
SensorType_Camera = 1; // daylight / general optical
|
||||
SensorType_Thermal = 2; // FLIR, thermal imager
|
||||
SensorType_Laser = 3; // rangefinder, LRF, designator
|
||||
SensorType_Nvg = 4; // night vision goggles
|
||||
SensorType_Rf = 5; // radio/radar direction-finding
|
||||
SensorType_Other = 6;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue