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:
parent
8a6073fbaf
commit
33e39713d1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user