Skip to content

Commit e3335e0

Browse files
committed
Longer delay for startup after flashing
1 parent 7f6cd9a commit e3335e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gcc/dfu.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OPERATION_PID := 4108
2323
.PHONY: flash-dfu
2424
flash-dfu: | $(FIRMWAREBIN) device_update
2525
sudo dfu-util -D $(FIRMWAREBIN)
26-
sleep 1
26+
sleep 2
2727

2828
.PHONY: flash-full
2929
flash-full: | flash-bootloader flash-dfu

0 commit comments

Comments
 (0)