v1.1-20211215

This commit is contained in:
Eric Helgeson 2021-12-15 11:05:51 -06:00
parent ab646260a0
commit 2a2019ea55
2 changed files with 19 additions and 5 deletions

View File

@ -59,12 +59,26 @@ https://github.com/erichelgeson/BlueSCSI/wiki/Troubleshooting
## Hardware Versions
### 1.1-a (in testing)
### 1.1-a (Latest)
* Other SCSI connection types
* More silk screen art
#### 1.1-a Desktop
### 1.0-c (Latest)
* Binky! There are now resistors and pin outs for Power and Activity LED's
* Resistor nets flipped all the same way
* 50 pin allows for right angle connector
* SD Card facing out the back - gives some better options for mounting and access
* New bracket that uses less filament and has mounting options for most cases
* Better mounting holes on the PCB
* New artwork by @Stephen
#### 1.1-a DB25
* Plugs directly into the DB25 port of your Mac.
* Removed unnecessary components.
* Termination is always on.
* If you do not need termination you can socket or not install the resistor nets (this would be an unusual case)
### 1.0-c
* Fixed issue with diode footprint being too small
* Fixed issue with external power and `TERMPOWER`

View File

@ -251,7 +251,7 @@ static const byte db2scsiid[256]={
#endif
// Log File
#define VERSION "1.1-SNAPSHOT"
#define VERSION "1.1-20211215"
#define LOG_FILENAME "LOG.txt"
FsFile LOG_FILE;