Skip to content

Commit 5dbd97b

Browse files
faemittensbrocaar
authored andcommitted
Fix Basic Station bandwidth for sx1301_conf config key (#130)
1 parent 2353449 commit 5dbd97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/backend/basicstation/structs/router_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func GetRouterConfig(region band.Name, netIDs []lorawan.NetID, joinEUIs [][2]lor
166166
Enable: true,
167167
Radio: r,
168168
IF: int(channel.Frequency) - int(radioFrequencies[r]),
169-
Bandwidth: modInfo.Bandwidth,
169+
Bandwidth: modInfo.Bandwidth * 1000,
170170
SpreadingFactor: modInfo.SpreadingFactors[0],
171171
}
172172

0 commit comments

Comments
 (0)