Browse Source

* default SF now 11

pull/182/head
Scott Powell 1 year ago
parent
commit
396a7a24b1
  1. 2
      platformio.ini

2
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>
+<helpers/*.cpp>

Loading…
Cancel
Save