Déplacer bandwidth=40 de [common] vers [gs_video] (bon placement pour héritage)
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
[common]
|
||||
wifi_channel = 6 # 149 = 5GHz (DFS/UNII) | 6 = 2.4GHz (2437MHz, HT40 marge)
|
||||
wifi_region = 'FR' # Réglementation CRDA — FR par défaut ici,
|
||||
bandwidth = 40 # Test 2.4GHz HT40 (canal 6 primaire + canal 2/10 secondaire)
|
||||
# PAS 'BO'/'GY' (max tx power, hors cadre FR)
|
||||
|
||||
[gs_mavlink]
|
||||
@ -23,6 +22,7 @@ peer = 'connect://127.0.0.1:14550' # outgoing connection
|
||||
|
||||
[gs_video]
|
||||
peer = 'connect://127.0.0.1:5600' # outgoing connection
|
||||
bandwidth = 40 # Test HT40, aligné avec drone_video
|
||||
|
||||
[gs_tunnel]
|
||||
fec_delay = 35000 # µs — décorrèle les 2 copies FEC (k=1/n=2) pour
|
||||
|
||||
Reference in New Issue
Block a user