Commit f5c75b3a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 587fdcac
...@@ -22,12 +22,14 @@ ...@@ -22,12 +22,14 @@
"rf_port": { "rf_port": {
"title": "SDR boards", "title": "SDR boards",
"description": "Which SDR boards to use to build up an RF port", "description": "Which SDR boards to use as combined RF port",
"type": "array", "type": "array",
"items": { "items": {
"title": "/dev/sdr #", "title": "/dev/sdr #",
"type": "number" "type": "number"
} },
"minItems": 1,
"uniqueItems": true
} }
} }
} }
rfport: string # e.g. sdrX + sdrY + sdrZ rfport: string # e.g. sdrX + sdrY + sdrZ
rx_antenna: auto/tx_rx, rx
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