Fixed typo

This commit is contained in:
Ryzerth 2020-10-20 19:15:43 +02:00
parent 71f6be8d08
commit f6cfe83d45
4 changed files with 48 additions and 47 deletions

View File

@ -127,7 +127,6 @@ private:
ImGui::Text("Snap Interval");
ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX());
if (ImGui:)
}
static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) {

View File

@ -19,7 +19,7 @@
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 99015000,
"frequency": 99100000,
"max": 0.0,
"maximized": false,
"menuOrder": [
@ -37,7 +37,7 @@
"source": "",
"sourceSettings": {},
"windowSize": {
"h": 1053,
"w": 959
"h": 720,
"w": 1280
}
}

View File

@ -1,6 +1,6 @@
{
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so",
"Soapy": "./soapy/soapy.so",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so"
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
}

View File

@ -284,6 +284,8 @@ private:
}
i++;
}
_this->dev->
}
static void _worker(SoapyModule* _this) {