Another try to fix the bug
This commit is contained in:
parent
bfcc0882c1
commit
f84897e34b
|
@ -25,7 +25,8 @@ import no.nordicsemi.android.dfu.exception.HexFileValidationException;
|
|||
* </p>
|
||||
*/
|
||||
public class HexInputStream extends FilterInputStream {
|
||||
private final int LINE_LENGTH = 20;
|
||||
private final int LINE_LENGTH = 128;
|
||||
|
||||
private final byte[] localBuf;
|
||||
private int localPos;
|
||||
private int pos;
|
||||
|
|
Loading…
Reference in New Issue