mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Merge branch 'development' of github.com:cleanflight/cleanflight-configurator into development
This commit is contained in:
commit
03e47d8aad
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ TABS.setup.initialize3D = function (compatibility) {
|
|||
|
||||
// Temporary workaround for 'custom' model until akfreak's custom model is merged.
|
||||
var useLegacyCustomModel = false;
|
||||
if (model_file = 'custom') {
|
||||
if (model_file == 'custom') {
|
||||
model_file = 'fallback';
|
||||
useLegacyCustomModel = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue