docs: auto-sync metadata [skip ci]

Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
PX4BuildBot
2026-07-13 16:49:43 +00:00
parent 5184d66239
commit 3835140f34

View File

@@ -358,7 +358,7 @@ Source: [drivers/gps](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers
### Description
GPS driver module that handles the communication with the device and publishes the position via uORB.
It supports multiple protocols (device vendors) and by default automatically selects the correct one.
The available device protocols are selected at build time.
The module supports a secondary GPS device, specified via `-e` parameter. The position will be published
on the second uORB topic instance, but it's currently not used by the rest of the system (however the
@@ -401,7 +401,8 @@ gps <command> [arguments...]
values: spi|uart, default: uart
[-j <val>] secondary GPS interface
values: spi|uart, default: uart
[-p <val>] GPS Protocol (default=auto select)
[-p <val>] GPS protocol (availability depends on build; default from
GPS_x_PROTOCOL)
values: ubx|mtk|ash|eml|fem|nmea
stop