Skip to content

Commit 3b9315d

Browse files
committed
platformio.ini: Adjust defaults for LoRa frequncies and advert interval limits
2 parents bd10790 + 864a0c0 commit 3b9315d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

platformio.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ lib_deps =
2424
melopero/Melopero RV3028 @ ^1.1.0
2525
electroniccats/CayenneLPP @ 1.6.1
2626
build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1
27-
-D LORA_FREQ=869.525
28-
-D LORA_BW=250
29-
-D LORA_SF=11
27+
-D LORA_FREQ=869.618
28+
-D LORA_BW=62.5
29+
-D LORA_SF=8
30+
-D LORA_CR=8
3031
-D ENABLE_ADVERT_ON_BOOT=1
3132
-D ENABLE_PRIVATE_KEY_IMPORT=1 ; NOTE: comment these out for more secure firmware
3233
-D ENABLE_PRIVATE_KEY_EXPORT=1

0 commit comments

Comments
 (0)