mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Web API: AM demod: added pll and syncAMOperation settings processing
This commit is contained in:
@@ -752,6 +752,14 @@ margin-bottom: 20px;
|
||||
},
|
||||
"audioDeviceName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"pll" : {
|
||||
"type" : "integer",
|
||||
"description" : "PLL active (for synchronous AM)"
|
||||
},
|
||||
"syncAMOperation" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronous AM sidebands mode (DSB, USB, LSB)"
|
||||
}
|
||||
},
|
||||
"description" : "AMDemod"
|
||||
@@ -22947,7 +22955,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2018-08-02T21:39:46.879+02:00
|
||||
Generated 2018-08-02T23:13:51.054+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user