Update ButtonAction.tsx

This commit is contained in:
nguyentrungthat 2025-12-05 09:39:02 +07:00
parent 67d8eabc07
commit 11673ffc13
1 changed files with 4 additions and 4 deletions

View File

@ -61,28 +61,28 @@ export const ButtonDPELP = ({
{
expect: "",
send: "\r\n",
delay: "1000",
delay: "2000",
repeat: "1",
note: "",
},
{
expect: "",
send: " terminal length 0",
delay: "1000",
delay: "3000",
repeat: "1",
note: "",
},
{
expect: "",
send: "enable",
delay: "1000",
delay: "2000",
repeat: "1",
note: "",
},
{
expect: "",
send: "show inventory",
delay: "1000",
delay: "2000",
repeat: "1",
note: "",
},