Skip to content

Commit

Permalink
Update constants.go: support SYS-221H-TNR (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax authored Jan 6, 2025
1 parent eda79e1 commit 401bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func FormatProductName(s string) string {
return "x12spo-ntf"
case "Micron_5200_MTFDDAK480TDN":
return "5200MAX"
case "SYS-221H-TN24R":
case "SYS-221H-TN24R", "SYS-221H-TNR":
return "x13dem"
default:
return s
Expand Down

0 comments on commit 401bc02

Please sign in to comment.