1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +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:
Michael Keller 2017-08-28 17:54:45 +12:00 committed by GitHub
commit 6b98da4f88

View file

@ -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." "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": { "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": { "configurationBoardAlignment": {
"message": "Board and Sensor Alignment" "message": "Board and Sensor Alignment"