Skip to content

Commit

Permalink
bump conval version
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Thienel <[email protected]>
  • Loading branch information
ftl committed Dec 31, 2024
1 parent 9bdad22 commit 7231bfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/export/cabrillo/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ func convalToCabrilloPower(category conval.Category) cabrillo.CategoryPower {

func convalToCabrilloTransmitter(category conval.Category) cabrillo.CategoryTransmitter {
switch category.TX {
case conval.OneTX:
case conval.OneTX, "1":
return cabrillo.OneTransmitter
case conval.TwoTX:
case conval.TwoTX, "2":
return cabrillo.TwoTransmitter
case conval.MultiTX:
return cabrillo.LimitedTransmitter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ go 1.22.3
require (
github.com/ftl/cabrillo v0.2.4
github.com/ftl/clusterix v0.1.0
github.com/ftl/conval v0.8.0
github.com/ftl/conval v0.8.1
github.com/ftl/gmtry v0.0.0-20201120192810-fa4a1b99fc04
github.com/ftl/godxmap v1.0.1
github.com/ftl/hamradio v0.2.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/ftl/cabrillo v0.2.4 h1:htBOjPCkZIOBf4CL2QypTEb83G7+z6/YF8rAP6vGdPk=
github.com/ftl/cabrillo v0.2.4/go.mod h1:yrVvhb4datmP7OTEfX6gpEsTP8QNpXH0LAoatwvsjCI=
github.com/ftl/clusterix v0.1.0 h1:+fbTybTvkVorx3B4zZ3DBiVbmLV0hhFpfDGW50Ss9cg=
github.com/ftl/clusterix v0.1.0/go.mod h1:N89RHOExeAbnWqoXs/MD76uackK2/9Dcu+FooVq1tKg=
github.com/ftl/conval v0.8.0 h1:ZD1b+YpNne8ED53jmDR6l3Amv+wtOveLwHQSPSGgTMc=
github.com/ftl/conval v0.8.0/go.mod h1:McmMHWMs0y/rY1RVUoUB7GbeBxGDdVovfNXqHDOKhj4=
github.com/ftl/conval v0.8.1 h1:V7wcoh25dt9OfhBnKmeJzKfjMWSLfRhpZLsKTvFdk6A=
github.com/ftl/conval v0.8.1/go.mod h1:McmMHWMs0y/rY1RVUoUB7GbeBxGDdVovfNXqHDOKhj4=
github.com/ftl/gmtry v0.0.0-20201120192810-fa4a1b99fc04 h1:S7z3LXqDYk4avXKj+B2orGWquOo/A+1ZJbcUPx0duLo=
github.com/ftl/gmtry v0.0.0-20201120192810-fa4a1b99fc04/go.mod h1:AQpbHYBSPV1Bc1nqG8vv8BK3qxXMZIn32OQBi/4A7Sc=
github.com/ftl/godxmap v1.0.1 h1:VzzpC2TBTO3/NMHDeqNTpGhhFxHrTLfhycUq0edh4JE=
Expand Down

0 comments on commit 7231bfa

Please sign in to comment.