Change priority of serial
This commit is contained in:
parent
5773952538
commit
94cbba27cf
1 changed files with 1 additions and 1 deletions
|
@ -76,8 +76,8 @@ const RESPONSES:[(&str,Response);13] = [
|
|||
("command not found",Response::FailedDebugMenu),
|
||||
("login:",Response::LoginPrompt),
|
||||
("Password:",Response::PasswordPrompt),
|
||||
("root@",Response::ShellPrompt),
|
||||
("DtCtrlCfgDeviceSerialNum",Response::Serial(None)),
|
||||
("root@",Response::ShellPrompt),
|
||||
("EXIT Debug menu",Response::ShuttingDown),
|
||||
("Check NIBP In Progress: True",Response::BPOn),
|
||||
("Check NIBP In Progress: False",Response::BPOff),
|
||||
|
|
Loading…
Add table
Reference in a new issue