1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

LoRa modulator: REST API (1)

This commit is contained in:
f4exb
2020-02-22 18:37:09 +01:00
parent 738f671255
commit 9aaa4756a2
17 changed files with 1568 additions and 57 deletions
@@ -53,7 +53,7 @@ RangeFloat:
format: float
step:
type: number
format: float
format: float
FrequencyRange:
description: An frequency range with 64 bit support for min and max
@@ -74,7 +74,7 @@ NamedEnum:
type: string
value:
type: integer
Complex:
description: A complex number
properties:
@@ -84,4 +84,3 @@ Complex:
imag:
type: number
format: float