mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
LoRa: various updates and fixes
This commit is contained in:
@@ -4502,6 +4502,10 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "expected maximum number of symbols in a payload"
|
||||
},
|
||||
"autoNbSymbolsMax" : {
|
||||
"type" : "integer",
|
||||
"description" : "adjust maximum number of symbols in a payload to the value just received (LoRa)"
|
||||
},
|
||||
"preambleChirps" : {
|
||||
"type" : "integer",
|
||||
"description" : "Number of expected preamble chirps"
|
||||
@@ -4522,6 +4526,18 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Header present before actual payload (LoRa)"
|
||||
},
|
||||
"sendViaUDP" : {
|
||||
"type" : "integer",
|
||||
"description" : "boolean 1 to send decoded message via UDP else 0"
|
||||
},
|
||||
"udpAddress" : {
|
||||
"type" : "string",
|
||||
"description" : "UDP destination udpAddress"
|
||||
},
|
||||
"udpPort" : {
|
||||
"type" : "integer",
|
||||
"description" : "UDP destination properties"
|
||||
},
|
||||
"rgbColor" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
@@ -32602,7 +32618,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-02-23T10:05:51.852+01:00
|
||||
Generated 2020-02-25T14:33:44.826+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,6 +53,9 @@ LoRaDemodSettings:
|
||||
nbSymbolsMax:
|
||||
description: expected maximum number of symbols in a payload
|
||||
type: integer
|
||||
autoNbSymbolsMax:
|
||||
description: adjust maximum number of symbols in a payload to the value just received (LoRa)
|
||||
type: integer
|
||||
preambleChirps:
|
||||
description: Number of expected preamble chirps
|
||||
type: integer
|
||||
@@ -68,6 +71,15 @@ LoRaDemodSettings:
|
||||
hasHeader:
|
||||
description: Header present before actual payload (LoRa)
|
||||
type: integer
|
||||
sendViaUDP:
|
||||
description: boolean 1 to send decoded message via UDP else 0
|
||||
type: integer
|
||||
udpAddress:
|
||||
description: UDP destination udpAddress
|
||||
type: string
|
||||
udpPort:
|
||||
description: UDP destination properties
|
||||
type: integer
|
||||
rgbColor:
|
||||
type: integer
|
||||
title:
|
||||
|
||||
Reference in New Issue
Block a user