mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
LibbladeRF2: migrate REST API from bladerf to bladerf1
This commit is contained in:
@@ -1221,7 +1221,7 @@ margin-bottom: 20px;
|
||||
},
|
||||
"description" : "A bandwidth expressed in Hertz (Hz)"
|
||||
};
|
||||
defs.BladeRFInputSettings = {
|
||||
defs.BladeRF1InputSettings = {
|
||||
"properties" : {
|
||||
"centerFrequency" : {
|
||||
"type" : "integer",
|
||||
@@ -1269,7 +1269,7 @@ margin-bottom: 20px;
|
||||
},
|
||||
"description" : "BladeRF"
|
||||
};
|
||||
defs.BladeRFOutputSettings = {
|
||||
defs.BladeRF1OutputSettings = {
|
||||
"properties" : {
|
||||
"centerFrequency" : {
|
||||
"type" : "integer",
|
||||
@@ -1929,11 +1929,11 @@ margin-bottom: 20px;
|
||||
"airspyHFSettings" : {
|
||||
"$ref" : "#/definitions/AirspyHFSettings"
|
||||
},
|
||||
"bladeRFInputSettings" : {
|
||||
"$ref" : "#/definitions/BladeRFInputSettings"
|
||||
"bladeRF1InputSettings" : {
|
||||
"$ref" : "#/definitions/BladeRF1InputSettings"
|
||||
},
|
||||
"bladeRFOutputSettings" : {
|
||||
"$ref" : "#/definitions/BladeRFOutputSettings"
|
||||
"bladeRF1OutputSettings" : {
|
||||
"$ref" : "#/definitions/BladeRF1OutputSettings"
|
||||
},
|
||||
"fcdProSettings" : {
|
||||
"$ref" : "#/definitions/FCDProSettings"
|
||||
@@ -4198,7 +4198,7 @@ margin-bottom: 20px;
|
||||
<div id="header">
|
||||
<div id="api-_">
|
||||
<h2 id="welcome-to-apidoc">API and SDK Documentation</h2>
|
||||
<div class="app-desc">Version: 4.1.0</div>
|
||||
<div class="app-desc">Version: 4.2.0</div>
|
||||
<hr>
|
||||
<div><p>This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube</p>
|
||||
<hr />
|
||||
@@ -23066,7 +23066,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2018-09-12T00:14:34.357+02:00
|
||||
Generated 2018-09-19T05:34:44.404+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user