mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Fix types in yaml
This commit is contained in:
parent
7da8458ee9
commit
e1074ee257
@ -58,9 +58,9 @@ RTTYModSettings:
|
|||||||
spaceHigh:
|
spaceHigh:
|
||||||
type: integer
|
type: integer
|
||||||
prefixCRLF:
|
prefixCRLF:
|
||||||
type: integer
|
type: string
|
||||||
postfixCRLF:
|
postfixCRLF:
|
||||||
type: integer
|
type: string
|
||||||
udpEnabled:
|
udpEnabled:
|
||||||
description: "Whether to receive text to transmit on specified UDP port"
|
description: "Whether to receive text to transmit on specified UDP port"
|
||||||
type: integer
|
type: integer
|
||||||
@ -115,5 +115,5 @@ RTTYModActions:
|
|||||||
payload:
|
payload:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
data:
|
text:
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user