Skip to content

Commit

Permalink
fix: Link speed increased to support faster SFP modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Oct 26, 2023
1 parent 13647a6 commit 3a7d562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmShared/Db/sfp.db
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ record(ai, "$(P)Speed$(s=:)Link-I") {
field(DTYP, "Obj Prop double")
field(INP , "@OBJ=$(OBJ), PROP=Link Speed")
field(DESC, "Tranceiver Line Rate")
field(HIGH, "5000")
field(HIGH, "10500")
field(HSV , "MAJOR")
field(LOW , "3000")
field(LSV , "MAJOR")
Expand Down

0 comments on commit 3a7d562

Please sign in to comment.