mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
REST API: chanded uint64 to int64 integer formats. Fixes #624
This commit is contained in:
@@ -3,7 +3,7 @@ RemoteOutputSettings:
|
||||
properties:
|
||||
centerFrequency:
|
||||
type: integer
|
||||
format: uint64
|
||||
format: int64
|
||||
sampleRate:
|
||||
type: integer
|
||||
txDelay:
|
||||
|
||||
Reference in New Issue
Block a user