Browse Source

AP_SerialManager: correct docs for SERIAL8

gps-1.3.1
Andy Piper 3 years ago committed by Peter Hall
parent
commit
20a91dc1c8
  1. 2
      libraries/AP_SerialManager/AP_SerialManager.cpp

2
libraries/AP_SerialManager/AP_SerialManager.cpp

@ -345,7 +345,7 @@ const AP_Param::GroupInfo AP_SerialManager::var_info[] = { @@ -345,7 +345,7 @@ const AP_Param::GroupInfo AP_SerialManager::var_info[] = {
// @Param: 8_BAUD
// @DisplayName: Serial 8 Baud Rate
// @Description: The baud rate used for Serial7. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
// @Description: The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
// @Values: 1:1200,2:2400,4:4800,9:9600,19:19200,38:38400,57:57600,111:111100,115:115200,230:230400,256:256000,460:460800,500:500000,921:921600,1500:1500000
// @User: Standard
AP_GROUPINFO("8_BAUD", 27, AP_SerialManager, state[8].baud, SERIAL8_BAUD),

Loading…
Cancel
Save