From 11673ffc13606bd713292c742cf392b737b85dfe Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:39:02 +0700 Subject: [PATCH] Update ButtonAction.tsx --- FRONTEND/src/components/ButtonAction.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FRONTEND/src/components/ButtonAction.tsx b/FRONTEND/src/components/ButtonAction.tsx index 384dd62..2cf8033 100644 --- a/FRONTEND/src/components/ButtonAction.tsx +++ b/FRONTEND/src/components/ButtonAction.tsx @@ -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: "", },