Update ButtonAction.tsx
This commit is contained in:
parent
67d8eabc07
commit
11673ffc13
|
|
@ -61,28 +61,28 @@ export const ButtonDPELP = ({
|
||||||
{
|
{
|
||||||
expect: "",
|
expect: "",
|
||||||
send: "\r\n",
|
send: "\r\n",
|
||||||
delay: "1000",
|
delay: "2000",
|
||||||
repeat: "1",
|
repeat: "1",
|
||||||
note: "",
|
note: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
expect: "",
|
expect: "",
|
||||||
send: " terminal length 0",
|
send: " terminal length 0",
|
||||||
delay: "1000",
|
delay: "3000",
|
||||||
repeat: "1",
|
repeat: "1",
|
||||||
note: "",
|
note: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
expect: "",
|
expect: "",
|
||||||
send: "enable",
|
send: "enable",
|
||||||
delay: "1000",
|
delay: "2000",
|
||||||
repeat: "1",
|
repeat: "1",
|
||||||
note: "",
|
note: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
expect: "",
|
expect: "",
|
||||||
send: "show inventory",
|
send: "show inventory",
|
||||||
delay: "1000",
|
delay: "2000",
|
||||||
repeat: "1",
|
repeat: "1",
|
||||||
note: "",
|
note: "",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue