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