mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 21:58:37 -04:00
IEEE 802.15.4 modulator: added option to receive UDP data as bytes
This commit is contained in:
@@ -6267,6 +6267,10 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Enable forwarding of frames via UDP"
|
||||
},
|
||||
"m_udpBytesFormat" : {
|
||||
"type" : "integer",
|
||||
"description" : "Payload format\n * 0 - Blank separated string representation of hex bytes i.e. 00 02 0a\n * 1 - Raw bytes\n"
|
||||
},
|
||||
"udpAddress" : {
|
||||
"type" : "string",
|
||||
"description" : "UDP address to listen for frames to transmit on"
|
||||
@@ -8321,10 +8325,6 @@ margin-bottom: 20px;
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"preEmphasisLowFreq" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"preEmphasisHighFreq" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
@@ -51290,7 +51290,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2021-11-13T22:32:53.016+01:00
|
||||
Generated 2021-11-16T00:55:07.690+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user