update test sf to 11

This commit is contained in:
liamcottle 2025-04-08 12:21:58 +12:00
parent bc32340185
commit e73632456d

View file

@ -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);
},