Add DATATYPE_FILEOPEN and DATATYPE_FILECLOSE #54
Labels
Enhancement
New feature or request
UNFLoader
This is related to the UNFLoader tool
USB Library
This is related to the USB library (usb.c)
So if someone just calls
DATATYPE_RAWBINARY
, it will dump whatever it receives to one file. But ifDATATYPE_FILEOPEN
was sent first, then we can make subsequentDATATYPE_RAWBINARY
calls all go to a single file, until aDATATYPE_FILECLOSE
is receivedThe text was updated successfully, but these errors were encountered: