Commit b9355226 authored by Gus Grubba's avatar Gus Grubba

Storage in MiB instead of kiB

parent 65514a8f
......@@ -193,7 +193,7 @@ QGCCameraControl::videoStatus()
QString
QGCCameraControl::storageFreeStr()
{
return QGCMapEngine::bigSizeToString((quint64)_storageFree * 1024);
return QGCMapEngine::bigSizeToString((quint64)_storageFree * 1024 * 1024);
}
//-----------------------------------------------------------------------------
......
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