Skip to content

Commit

Permalink
fix: TX, RX power alarms extended to support higher powers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Oct 26, 2023
1 parent d47823e commit 13647a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrmShared/Db/sfp.db
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ record(ai, "$(P)Pwr$(s=:)TX-I") {
field(INP , "@OBJ=$(OBJ), PROP=Power TX")
field(DESC, "Tranceiver Output Power")
field(ADEL, "5")
field(HIGH, "600")
field(HIGH, "800")
field(HSV , "MINOR")
field(LOW , "200")
field(LSV , "MAJOR")
Expand All @@ -48,7 +48,7 @@ record(ai, "$(P)Pwr$(s=:)RX-I") {
field(INP , "@OBJ=$(OBJ), PROP=Power RX")
field(DESC, "Tranceiver Input Power")
field(ADEL, "5")
field(HIGH, "600")
field(HIGH, "800")
field(HSV , "MINOR")
field(LOW , "100")
field(LSV , "MAJOR")
Expand Down

0 comments on commit 13647a6

Please sign in to comment.