We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3472c commit b954c64Copy full SHA for b954c64
internal/backend/basicstation/structs/router_config_test.go
@@ -264,7 +264,7 @@ func TestRouterConfig(t *testing.T) {
264
Enable: true,
265
Radio: 1,
266
IF: -200000,
267
- Bandwidth: 250,
+ Bandwidth: 250000,
268
SpreadingFactor: 7,
269
},
270
ChanMultiSF0: SX1301ConfChanMultiSF{
@@ -452,7 +452,7 @@ func TestRouterConfig(t *testing.T) {
452
453
Radio: 0,
454
IF: 300000,
455
- Bandwidth: 500,
+ Bandwidth: 500000,
456
SpreadingFactor: 8,
457
458
0 commit comments