mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: added MSP bus type to decode
This commit is contained in:
parent
4b1552eebe
commit
a9ca78532e
@ -38,7 +38,8 @@ bustypes = {
|
||||
1: "I2C",
|
||||
2: "SPI",
|
||||
3: "UAVCAN",
|
||||
4: "SITL"
|
||||
4: "SITL",
|
||||
5: "MSP"
|
||||
}
|
||||
|
||||
compass_types = {
|
||||
|
Loading…
Reference in New Issue
Block a user