DFU file read fix

This commit is contained in:
rusefi 2020-07-06 21:41:21 -04:00
parent 551794b3dc
commit 76bcc732ae
1 changed files with 1 additions and 1 deletions

View File

@ -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.