Skip to content

Commit

Permalink
Product back to BLUESCSI F1
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Jul 16, 2022
1 parent d4f86dd commit 40e4590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void setup()
default_hdd.response_format = 1;
default_hdd.additional_length = 31;
memcpy(&default_hdd.vendor, "QUANTUM", 7);
memcpy(&default_hdd.product, "FIREBALL1", 9);
memcpy(&default_hdd.product, "BLUESCSI F1", 11);
memcpy(&default_hdd.revision, "1.0", 3);

// default SCSI CDROM
Expand Down

0 comments on commit 40e4590

Please sign in to comment.