Skip to content

Commit 0cf78ce

Browse files
authored
Merge pull request #1347 from mikeller/add_cli_battery_warning
Added warning to disconnect battery when entering commands in CLI.
2 parents 5e7f229 + a5d3e43 commit 0cf78ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@
22602260
},
22612261

22622262
"cliInfo": {
2263-
"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>."
2263+
"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>."
22642264
},
22652265
"cliInputPlaceholder": {
22662266
"message": "Write your command here"

0 commit comments

Comments
 (0)