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

REST API Swagger code generation using Docker: updated http server address

This commit is contained in:
f4exb
2020-06-22 00:03:37 +02:00
parent 0104d36c2c
commit ce2c313d03
51 changed files with 504 additions and 402 deletions
@@ -34,6 +34,12 @@ HackRFInputSettings:
transverterDeltaFrequency:
type: integer
format: int64
iqOrder:
type: integer
description: >
IQ samples order
* 0 - Q then I (swapped)
* 1 - I then Q (straight)
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer