mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #633 from mikeller/add_feature_hint
Added hint about unsupported features being disabled after save & reboot.
This commit is contained in:
commit
6b98da4f88
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@
|
|||
"message": "<strong>Note:</strong> The SPI RX provider will only work if the required hardware is on board or connected to an SPI bus."
|
||||
},
|
||||
"configurationOtherFeaturesHelp": {
|
||||
"message": "<strong>Note:</strong> Some of the features of the firmware are not shown in this list any more, because they have been moved to other places in the configurator."
|
||||
"message": "<strong>Note:</strong> Not all features are supported by all flight controllers. If you enable a specific feature, and it is disabled after you hit 'Save and Reboot', it means that this feature is not supported on your board."
|
||||
},
|
||||
"configurationBoardAlignment": {
|
||||
"message": "Board and Sensor Alignment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue