|
|
|
@ -31,17 +31,26 @@ const AP_Param::Info var_info[] PROGMEM = {
@@ -31,17 +31,26 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|
|
|
|
|
|
|
|
|
// @Param: SERIAL0_BAUD |
|
|
|
|
// @DisplayName: USB Console Baud Rate |
|
|
|
|
// @Description: The baud rate used on the main uart |
|
|
|
|
// @Description: The baud rate used on the USB console |
|
|
|
|
// @Values: 1:1200,2:2400,4:4800,9:9600,19:19200,38:38400,57:57600,111:111100,115:115200 |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(serial0_baud, "SERIAL0_BAUD", SERIAL0_BAUD/1000), |
|
|
|
|
|
|
|
|
|
// @Param: SERIAL3_BAUD |
|
|
|
|
// @Param: SERIAL1_BAUD |
|
|
|
|
// @DisplayName: Telemetry Baud Rate |
|
|
|
|
// @Description: The baud rate used on the telemetry port |
|
|
|
|
// @Description: The baud rate used on the first telemetry port |
|
|
|
|
// @Values: 1:1200,2:2400,4:4800,9:9600,19:19200,38:38400,57:57600,111:111100,115:115200 |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(serial3_baud, "SERIAL3_BAUD", SERIAL3_BAUD/1000), |
|
|
|
|
GSCALAR(serial1_baud, "SERIAL1_BAUD", SERIAL1_BAUD/1000), |
|
|
|
|
|
|
|
|
|
#if MAVLINK_COMM_NUM_BUFFERS > 2 |
|
|
|
|
// @Param: SERIAL2_BAUD |
|
|
|
|
// @DisplayName: Telemetry Baud Rate |
|
|
|
|
// @Description: The baud rate used on the second telemetry port |
|
|
|
|
// @Values: 1:1200,2:2400,4:4800,9:9600,19:19200,38:38400,57:57600,111:111100,115:115200 |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(serial2_baud, "SERIAL2_BAUD", SERIAL2_BAUD/1000), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Param: TELEM_DELAY |
|
|
|
|
// @DisplayName: Telemetry startup delay |
|
|
|
|