Change priority of serial
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m57s
Basic Cargo Checks / docker-check (push) Successful in 2m1s

This commit is contained in:
Blizzard Finnegan 2023-06-19 14:35:09 -04:00
parent 5773952538
commit 94cbba27cf
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -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),