From e73632456dd5f0f193f5fb6fa2eebc1b4f63054d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 12:21:58 +1200 Subject: [PATCH] update test sf to 11 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1ce1a3b..91fb29c 100644 --- a/index.html +++ b/index.html @@ -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); },