1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Merge pull request #1347 from mikeller/add_cli_battery_warning

Added warning to disconnect battery when entering commands in CLI.
This commit is contained in:
Michael Keller 2019-04-08 22:51:53 +12:00 committed by GitHub
commit 0cf78ce1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2260,7 +2260,7 @@
},
"cliInfo": {
"message": "<strong>Note</strong>: Leaving CLI tab or pressing Disconnect will <strong>automatically</strong> send \"<strong>exit</strong>\" to the board. With the latest firmware this will make the controller <span class=\"message-negative\">restart</span> and unsaved changes will be <span class=\"message-negative\">lost</span>."
"message": "<strong>Note:</strong> Leaving CLI tab or pressing Disconnect will <strong>automatically</strong> send \"<strong>exit</strong>\" to the board. With the latest firmware this will make the controller <strong>restart</strong> and unsaved changes will be <strong>lost</strong>.<p><strong><span class=\"message-negative\">Warning:</span></strong> Some commands in CLI can result in arbitrary signals being sent on the motor output pins. This can cause motors to spin up if a battery is connected. Therefore it is highly recommended to make sure that <strong>no battery is connected before entering commands in CLI</strong>."
},
"cliInputPlaceholder": {
"message": "Write your command here"