mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
BladeRF2: REST API: add scale in range report generated code
This commit is contained in:
@@ -4178,6 +4178,10 @@ margin-bottom: 20px;
|
||||
},
|
||||
"step" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"scale" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
}
|
||||
},
|
||||
"description" : "An frequency range with 64 bit support for min and max"
|
||||
@@ -6413,6 +6417,10 @@ margin-bottom: 20px;
|
||||
},
|
||||
"step" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"scale" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
}
|
||||
},
|
||||
"description" : "An arbitrary range of integer values"
|
||||
@@ -37622,7 +37630,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-09-11T08:28:28.211+02:00
|
||||
Generated 2020-09-15T08:45:12.589+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user