Skip to content

Commit 31faeb0

Browse files
committed
increase the dfu send delay
1 parent 3c8cba6 commit 31faeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/device/device-store/actions-utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Request } from "../../request";
33
import { sendMessage } from "./request-qeueue";
44
import { deviceState } from "./state";
55

6-
const defaultInterPacketDelayMs = 10;
6+
const defaultInterPacketDelayMs = 15;
77

88
export const newLineCharacter = "\n";
99

0 commit comments

Comments
 (0)