Skip to content

Commit

Permalink
Merge pull request #349 from iNavFlight/de_enable_craft_name
Browse files Browse the repository at this point in the history
Enable CRAFT_NAME item in OSD
  • Loading branch information
digitalentity authored Feb 18, 2018
2 parents 82f65b8 + 6bd0cd2 commit 7aafc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ var FC = {
}
},
getOsdDisabledFields: function () {
return ['CRAFT_NAME'];
return [];
},
getAccelerometerNames: function () {
return [ "NONE", "AUTO", "ADXL345", "MPU6050", "MMA845x", "BMA280", "LSM303DLHC", "MPU6000", "MPU6500", "MPU9250", "FAKE"];
Expand Down

0 comments on commit 7aafc40

Please sign in to comment.