mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
GCS_MAVLink: correct GCS_Dummy firmware version
This commit is contained in:
parent
e60f92cb43
commit
0963957b31
@ -9,7 +9,9 @@ const AP_FWVersion AP_FWVersion::fwver
|
||||
fw_type: FIRMWARE_VERSION_TYPE_DEV,
|
||||
fw_string: "Dummy GCS",
|
||||
fw_hash_str: "",
|
||||
middleware_name: "",
|
||||
middleware_hash_str: "",
|
||||
os_name: "",
|
||||
os_hash_str: "",
|
||||
os_sw_version: 0
|
||||
};
|
||||
|
@ -18,7 +18,13 @@ const AP_FWVersion AP_FWVersion::fwver
|
||||
minor: 1,
|
||||
patch: 4,
|
||||
fw_type: FIRMWARE_VERSION_TYPE_DEV,
|
||||
fw_string: "routing example"
|
||||
fw_string: "routing example",
|
||||
fw_hash_str: "",
|
||||
middleware_name: "",
|
||||
middleware_hash_str: "",
|
||||
os_name: "",
|
||||
os_hash_str: "",
|
||||
os_sw_version: 0
|
||||
};
|
||||
|
||||
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] {};
|
||||
|
Loading…
Reference in New Issue
Block a user