1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Make GCS aware of revo board number again

This commit is contained in:
James Cotton 2012-05-28 09:34:23 -05:00
parent 8a6073fbaf
commit 33e39713d1

View File

@ -30,6 +30,11 @@ public:
// for firmware compatibility and the filename path that would break
return QString("CopterControl");
break;
case 0x0901://Revolution
// It would be nice to say CC3D here but since currently we use string comparisons
// for firmware compatibility and the filename path that would break
return QString("Revolution");
break;
default:
return QString("");
break;