瀏覽代碼

v1.1-20211215

Eric Helgeson 3 年之前
父節點
當前提交
2a2019ea55
共有 2 個文件被更改,包括 19 次插入5 次删除
  1. 18 4
      README.adoc
  2. 1 1
      src/BlueSCSI.cpp

+ 18 - 4
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`

+ 1 - 1
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;