Leonid Kuzmin

Results 3 issues of Leonid Kuzmin

STR: 1. Create file `schema.json` ```json { "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "address": { "$id": "#address", "type": "object", "properties": { "street_address": { "type": "string" }, "city": { "type": "string" }, "state":...

STR: 1. Create deviceset with any device, add Frequency Scanner with UI 2. Run ```bash curl -X PATCH "http://localhost:8091/sdrangel/deviceset/0/channel/0/settings" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"FreqScannerSettings\": { \"channelBandwidth\":...

bug