mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-27 16:54:15 +01:00
OP-1777 Adding some text to disclaimer
This commit is contained in:
parent
c186a55243
commit
a3f9d42146
@ -95,6 +95,7 @@ void UsageTrackerPlugin::onAutopilotConnect()
|
|||||||
"- Bootloader version\n"
|
"- Bootloader version\n"
|
||||||
"- Firmware version, tag and git hash\n"
|
"- Firmware version, tag and git hash\n"
|
||||||
"- OP Hardware type, revision and mcu serial number\n"
|
"- OP Hardware type, revision and mcu serial number\n"
|
||||||
|
"- Selected configuration parameters\n"
|
||||||
"- GCS version\n"
|
"- GCS version\n"
|
||||||
"- Operating system version and architecture\n"
|
"- Operating system version and architecture\n"
|
||||||
"- Current local time\n"
|
"- Current local time\n"
|
||||||
@ -157,5 +158,8 @@ void UsageTrackerPlugin::collectUsageParameters(QMap<QString, QString> ¶mete
|
|||||||
parameters["oi0"] = QSysInfo::prettyProductName() + " " + QSysInfo::currentCpuArchitecture();
|
parameters["oi0"] = QSysInfo::prettyProductName() + " " + QSysInfo::currentCpuArchitecture();
|
||||||
parameters["si0"] = VersionInfo::revision();
|
parameters["si0"] = VersionInfo::revision();
|
||||||
parameters["ti0"] = QDateTime::currentDateTime().toString(Qt::ISODate);
|
parameters["ti0"] = QDateTime::currentDateTime().toString(Qt::ISODate);
|
||||||
|
|
||||||
|
// Configuration parameters
|
||||||
|
//parameters["ci0"] = ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user