mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-798 uavobjectutil/devicedescriptorstruct.h miss a case for 0x903-revomini target
This commit is contained in:
parent
eaaad5edd1
commit
19c95a4f1b
@ -33,10 +33,11 @@ public:
|
||||
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;
|
||||
case 0x0903://Revomini
|
||||
return QString("Revomini");
|
||||
break;
|
||||
default:
|
||||
return QString("");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user