serial: add pixhawk payload bus option

This commit is contained in:
Beat Küng
2021-09-22 11:52:25 +02:00
parent 682db4b8ac
commit eec94965f2
+6
View File
@@ -138,6 +138,12 @@ serial_ports = {
"default_baudrate": 1, # set default to an unusable value to detect that this serial port has not been configured
},
# Pixhawk Payload Bus
"PPB": {
"label": "Pixhawk Payload Bus",
"index": 401,
"default_baudrate": 57600,
},
}