From 6e708dc0ecee130cacee596102f1bb06999e66cb Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Fri, 31 Jan 2025 11:51:30 +1100 Subject: [PATCH] * oops, default LORA_FREQ revert --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ad373785..917f24ae 100644 --- a/platformio.ini +++ b/platformio.ini @@ -17,7 +17,7 @@ lib_deps = jgromes/RadioLib @ ^6.3.0 rweather/Crypto @ ^0.4.0 build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 - -D LORA_FREQ=915.8 + -D LORA_FREQ=867.5 -D LORA_BW=250 -D LORA_SF=10 build_src_filter = +<*.cpp> +