rename all instances of serial PPB to EXT2

This commit is contained in:
tanja
2022-12-12 17:08:49 +01:00
committed by Beat Küng
parent ba344231d2
commit aba11ce920
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -136,9 +136,9 @@ 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",
# EXT2
"EXT2": {
"label": "EXT2",
"index": 401,
"default_baudrate": 57600,
},