Adjust priority so temp checks don't fail
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e92b0522b8
commit
0a0f502410
1 changed files with 3 additions and 3 deletions
|
@ -79,13 +79,13 @@ const RESPONSES:[(&str,Response);14] = [
|
||||||
("login:",Response::LoginPrompt),
|
("login:",Response::LoginPrompt),
|
||||||
("Password:",Response::PasswordPrompt),
|
("Password:",Response::PasswordPrompt),
|
||||||
("DtCtrlCfgDeviceSerialNum",Response::Serial(None)),
|
("DtCtrlCfgDeviceSerialNum",Response::Serial(None)),
|
||||||
|
("Check NIBP In Progress: True",Response::BPOn),
|
||||||
|
("Check NIBP In Progress: False",Response::BPOff),
|
||||||
|
("SureTemp Probe Pulls:",Response::TempCount(None)),
|
||||||
(">",Response::DebugMenu),
|
(">",Response::DebugMenu),
|
||||||
("Loading App-Framework",Response::DebugInit),
|
("Loading App-Framework",Response::DebugInit),
|
||||||
("root@",Response::ShellPrompt),
|
("root@",Response::ShellPrompt),
|
||||||
("EXIT Debug menu",Response::ShuttingDown),
|
("EXIT Debug menu",Response::ShuttingDown),
|
||||||
("Check NIBP In Progress: True",Response::BPOn),
|
|
||||||
("Check NIBP In Progress: False",Response::BPOff),
|
|
||||||
("SureTemp Probe Pulls:",Response::TempCount(None)),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pub struct TTY{
|
pub struct TTY{
|
||||||
|
|
Loading…
Add table
Reference in a new issue