5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-25 17:23:56 -04:00

GCS_MAVLink: correct GCS_Dummy firmware version

This commit is contained in:
Peter Barker 2019-06-14 12:36:21 +10:00 committed by Andrew Tridgell
parent e60f92cb43
commit 0963957b31
2 changed files with 9 additions and 1 deletions
libraries/GCS_MAVLink
GCS_Dummy.h
examples/routing

View File

@ -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
};

View File

@ -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[] {};