From 396a7a24b1335bfd41dddbb3b203580eaf8134f4 Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Mon, 7 Apr 2025 21:55:24 +1000 Subject: [PATCH] * default SF now 11 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 53ef30c4..1652f1e3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,7 +25,7 @@ lib_deps = build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1 -D LORA_FREQ=869.525 -D LORA_BW=250 - -D LORA_SF=10 + -D LORA_SF=11 build_src_filter = +<*.cpp> +