* oops, default LORA_FREQ revert

This commit is contained in:
Scott Powell 2025-01-31 11:51:30 +11:00
parent 16b81d2a6c
commit 6e708dc0ec

View file

@ -17,7 +17,7 @@ lib_deps =
jgromes/RadioLib @ ^6.3.0 jgromes/RadioLib @ ^6.3.0
rweather/Crypto @ ^0.4.0 rweather/Crypto @ ^0.4.0
build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1
-D LORA_FREQ=915.8 -D LORA_FREQ=867.5
-D LORA_BW=250 -D LORA_BW=250
-D LORA_SF=10 -D LORA_SF=10
build_src_filter = +<*.cpp> +<helpers/*.cpp> build_src_filter = +<*.cpp> +<helpers/*.cpp>