From 76bcc732aeb4c6c2ca6fc6e89c8a0e381853fd3e Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 6 Jul 2020 21:41:21 -0400 Subject: [PATCH] DFU file read fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80586fe..4617a3b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dfu_java stm32 java DFU implementation (DfuSe) -This java code can upload a .hex file into stm32f47. +This java code can upload a .hex or a .dfu file into stm32f47. On Windows that means using a libusb-compatible driver like the one included in windows_driver folder.