Commit 1c3c4af1 authored by Don Gagne's avatar Don Gagne

Default mavlink configuration to pixhawk

parent e6a850c8
......@@ -82,10 +82,10 @@ else:exists(user_config.pri):infile(user_config.pri, MAVLINK_CONF) {
message($$sprintf("Using MAVLink dialect '%1' specified in user_config.pri", $$MAVLINK_CONF))
}
}
# If no valid user selection is found, default to the ardupilotmega if it's available.
# If no valid user selection is found, default to the pixhawk if it's available.
# Note: This can be a list of several dialects.
else {
MAVLINK_CONF=ardupilotmega
MAVLINK_CONF=pixhawk
message($$sprintf("Using default MAVLink dialect '%1'.", $$MAVLINK_CONF))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment