From 464adca2d9bf3c2245103d8125917dad845a5945 Mon Sep 17 00:00:00 2001 From: Pacjunk <92196260+Pacjunk@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:02:14 +1100 Subject: [PATCH] Fix name of text file to match the code! --- SCSI-Vendor-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCSI-Vendor-Config.md b/SCSI-Vendor-Config.md index 2ffd039..120956e 100644 --- a/SCSI-Vendor-Config.md +++ b/SCSI-Vendor-Config.md @@ -1,6 +1,6 @@ By default the BlueSCSI is detected as a `QUANTUM FIREBALL0 1.0` - which is great for Vintage Mac computers. -If you wish to override this you can place a text file on the root of the SD Card named `scsi-info.txt` with three lines each ending with a new line: +If you wish to override this you can place a text file on the root of the SD Card named `scsi-config.txt` with three lines each ending with a new line: * The first line is the vendor and must be exactly 8 characters. (add spaces if not) * The second line is the product and must be exactly 16 characters. (add spaces if not)