mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
update test sf to 11
This commit is contained in:
parent
bc32340185
commit
e73632456d
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@
|
|||
async setRadioParams() {
|
||||
const radioFreq = 917375;
|
||||
const radioBw = 250000;
|
||||
const radioSf = 7;
|
||||
const radioSf = 11;
|
||||
const radioCr = 5;
|
||||
await this.connection.setRadioParams(radioFreq, radioBw, radioSf, radioCr);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue