wip: test with lower bandwidth

This commit is contained in:
KonradIT
2024-12-16 16:27:15 +01:00
parent a99b9291ac
commit 929aef7785
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -17,7 +17,6 @@
// 4.8, 5.8, 7.3, 9.7, 11.7, 14.6, 19.5, 23.4, 29.3, 39.0, 46.9, 58.6,
// 78.2, 93.8, 117.3, 156.2, 187.2, 234.3, 312.0, 373.6 and 467.0
#define BANDWIDTH 467.0
#define BANDWIDTH_SX1280 406.
// Detection level from the 33 levels. The higher number is more sensitive
#define DEFAULT_DRONE_DETECTION_LEVEL 18
+2
View File
@@ -295,6 +295,7 @@ build_flags =
-DTX_PIN=12 # TX pin on the Lora board, hook up to RX pin on Pi
-DRX_PIN=16 # not used but still need to be defined
-DSEEK_ON_X=1 # seek on X, so use HW serial port to log JSON
-DBANDWIDTH=4.8
[env:seek-on-mavic-lr1121]
platform = espressif32
@@ -328,6 +329,7 @@ build_flags =
-DTX_PIN=12 # TX pin on the Lora board, hook up to RX pin on Pi
-DRX_PIN=16 # not used but still need to be defined
-DSEEK_ON_X=1 # seek on X, so use HW serial port to log JSON
-DBANDWIDTH=4.8
[env:native]
platform = native