Skip to content

Commit

Permalink
v1.1-20211215
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Dec 15, 2021
1 parent ab64626 commit 2a2019e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2a2019e

Please sign in to comment.