Commit 0aa1d9d5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 34a9e21a
...@@ -147,17 +147,11 @@ ...@@ -147,17 +147,11 @@
"type": "number", "type": "number",
"default": 0 "default": 0
}, },
"min_txrx_delay": { "min_rxtx_delay": {
"title": "Minimum available time for radio front end processing (ms)", "title": "Minimum available time for radio front end processing (ms)",
"description": "Baseband latency promise will fail if minimum TX/RX diff reaches threshold (higher than this value)", "description": "Baseband latency promise will fail if minimum TX/RX diff reaches threshold (higher lower this value)",
"type": "number", "type": "number",
"default": 5 "default": 0
},
"avg_txrx_delay": {
"title": "Average available time for radio front end processing (ms)",
"description": "Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)",
"type": "number",
"default": 7
}, },
"xlog_fluentbit_forward_host": { "xlog_fluentbit_forward_host": {
"title": "Address to Forward Xlog by Fluenbit", "title": "Address to Forward Xlog by Fluenbit",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment