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:
copilot-swe-agent[bot] 2026-04-17 00:56:12 +00:00 committed by GitHub
parent e5b07ae0b0
commit 793e274f59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}