1
0
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:
m_thread 2015-03-11 14:14:54 +01:00
parent c186a55243
commit a3f9d42146

View File

@ -95,6 +95,7 @@ void UsageTrackerPlugin::onAutopilotConnect()
"- Bootloader version\n"
"- Firmware version, tag and git hash\n"
"- OP Hardware type, revision and mcu serial number\n"
"- Selected configuration parameters\n"
"- GCS version\n"
"- Operating system version and architecture\n"
"- Current local time\n"
@ -157,5 +158,8 @@ void UsageTrackerPlugin::collectUsageParameters(QMap<QString, QString> &paramete
parameters["oi0"] = QSysInfo::prettyProductName() + " " + QSysInfo::currentCpuArchitecture();
parameters["si0"] = VersionInfo::revision();
parameters["ti0"] = QDateTime::currentDateTime().toString(Qt::ISODate);
// Configuration parameters
//parameters["ci0"] = ;
}
}