From 2a2019ea55e4e23a72d88b9f6e4fe20b4121fe66 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Wed, 15 Dec 2021 11:05:51 -0600 Subject: [PATCH] v1.1-20211215 --- README.adoc | 22 ++++++++++++++++++---- src/BlueSCSI.cpp | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 7e8e92e..12be244 100644 --- a/README.adoc +++ b/README.adoc @@ -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` diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index 3c0d385..420c5ed 100644 --- a/src/BlueSCSI.cpp +++ b/src/BlueSCSI.cpp @@ -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;