mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_SerialManager: add comment that Lidar360 protocol covers TerraRanger
This commit is contained in:
parent
27c5aca6b5
commit
bf51d5a3c9
@ -87,7 +87,7 @@ public:
|
||||
SerialProtocol_SToRM32 = 8,
|
||||
SerialProtocol_Lidar = 9,
|
||||
SerialProtocol_FrSky_SPort_Passthrough = 10, // FrSky SPort Passthrough (OpenTX) protocol (X-receivers)
|
||||
SerialProtocol_Lidar360 = 11,
|
||||
SerialProtocol_Lidar360 = 11, // Lightware SF40C or TeraRanger Tower
|
||||
SerialProtocol_Aerotenna_uLanding = 12, // Ulanding support
|
||||
SerialProtocol_Beacon = 13
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user