From 01b9e0bca9d053890edc2ea3b7e10876f5cb63a3 Mon Sep 17 00:00:00 2001 From: nicoboy Date: Mon, 20 Jul 2026 19:43:22 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9finir=20mcs=5Findex=20=3D=200=20(valeur?= =?UTF-8?q?=20par=20d=C3=A9faut)=20dans=20tous=20les=20profils=20radio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/wifibroadcast_gs_24ghz.cfg | 1 + config/wifibroadcast_gs_5ghz.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/config/wifibroadcast_gs_24ghz.cfg b/config/wifibroadcast_gs_24ghz.cfg index e537e15..8ac6648 100644 --- a/config/wifibroadcast_gs_24ghz.cfg +++ b/config/wifibroadcast_gs_24ghz.cfg @@ -23,6 +23,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 +mcs_index = 0 # Valeur par défaut (override master.cfg defaut=1) [gs_tunnel] fec_delay = 35000 # µs — décorrèle les 2 copies FEC (k=1/n=2) pour diff --git a/config/wifibroadcast_gs_5ghz.cfg b/config/wifibroadcast_gs_5ghz.cfg index 7e8a236..82a28a1 100644 --- a/config/wifibroadcast_gs_5ghz.cfg +++ b/config/wifibroadcast_gs_5ghz.cfg @@ -10,6 +10,7 @@ peer = 'connect://127.0.0.1:14550' # outgoing connection [gs_video] peer = 'connect://127.0.0.1:5600' # outgoing connection bandwidth = 40 # HT40, jamais testé sur 5GHz avant ce profil +mcs_index = 0 # Valeur par défaut (override master.cfg defaut=1) [gs_tunnel] fec_delay = 35000 # µs — décorrèle les 2 copies FEC (k=1/n=2) pour