From f838459cd1d6918264105b5efeebf76097fc9ad3 Mon Sep 17 00:00:00 2001 From: Kumar Murugesan Date: Wed, 11 Sep 2024 10:45:34 +0400 Subject: [PATCH] SECO-7322: mesh rssi threshold for halow to -105dbm --- common/scripts/mesh-11s_nats.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scripts/mesh-11s_nats.sh b/common/scripts/mesh-11s_nats.sh index 9b9c8a3c..75023c7e 100755 --- a/common/scripts/mesh-11s_nats.sh +++ b/common/scripts/mesh-11s_nats.sh @@ -179,6 +179,7 @@ EOF # /usr/local/bin/cli_app set txpwr fixed 23 /usr/local/bin/cli_app set gi long /usr/local/bin/cli_app set support_ch_width 1 + /usr/local/bin/cli_app set mesh_rssi_threshold -105 # Batman parameters if [ "$routing_algo" == "batman-adv" ]; then