mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
MIMO: implemented add/remove MIMO device set in main GUI
This commit is contained in:
@@ -2335,8 +2335,8 @@ margin-bottom: 20px;
|
||||
"testSourceSettings" : {
|
||||
"$ref" : "#/definitions/TestSourceSettings"
|
||||
},
|
||||
"testSourceMISettings" : {
|
||||
"$ref" : "#/definitions/TestSourceMISettings"
|
||||
"testMISettings" : {
|
||||
"$ref" : "#/definitions/TestMISettings"
|
||||
},
|
||||
"xtrxInputSettings" : {
|
||||
"$ref" : "#/definitions/XtrxInputSettings"
|
||||
@@ -5210,7 +5210,7 @@ margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
};
|
||||
defs.TestSourceMISettings = {
|
||||
defs.TestMISettings = {
|
||||
"properties" : {
|
||||
"centerFrequency" : {
|
||||
"type" : "integer",
|
||||
@@ -25080,7 +25080,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-05-18T03:33:39.922+02:00
|
||||
Generated 2019-05-18T10:36:57.027+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user