mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-04-10 01:37:07 +00:00
Update changelog
This commit is contained in:
parent
63ef5824b1
commit
1bff0effdb
@ -1,3 +1,8 @@
|
||||
20170429 4.7.1
|
||||
- Fix scsi2sd-util size and sector-size inputs
|
||||
- Fix crash when configured scsi disk starting sector is less than
|
||||
SD card size
|
||||
|
||||
20170312 4.7
|
||||
- Fix bug in SCSI Inquiry command for SCSI2 hosts
|
||||
- Added OMTI host quirks mode
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static const uint16_t FIRMWARE_VERSION = 0x0470;
|
||||
static const uint16_t FIRMWARE_VERSION = 0x0471;
|
||||
|
||||
// 1 flash row
|
||||
static const uint8_t DEFAULT_CONFIG[256] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user