From 864a0c0421a97417d22cd47a6ff97b3a96b69370 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Mon, 26 Jan 2026 12:45:45 +0100 Subject: [PATCH] Set default to EU/UK narrow --- platformio.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 743e357a..0a6a0463 100644 --- a/platformio.ini +++ b/platformio.ini @@ -24,9 +24,10 @@ lib_deps = melopero/Melopero RV3028 @ ^1.1.0 electroniccats/CayenneLPP @ 1.6.1 build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1 - -D LORA_FREQ=869.525 - -D LORA_BW=250 - -D LORA_SF=11 + -D LORA_FREQ=869.618 + -D LORA_BW=62.5 + -D LORA_SF=8 + -D LORA_CR=8 -D ENABLE_ADVERT_ON_BOOT=1 -D ENABLE_PRIVATE_KEY_IMPORT=1 ; NOTE: comment these out for more secure firmware -D ENABLE_PRIVATE_KEY_EXPORT=1