mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-06 17:03:40 +02:00
wip: test with lower bandwidth
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user