diff --git a/plugins/samplesource/filesource/CMakeLists.txt b/plugins/samplesource/filesource/CMakeLists.txt index feb67eec2..f50b39413 100644 --- a/plugins/samplesource/filesource/CMakeLists.txt +++ b/plugins/samplesource/filesource/CMakeLists.txt @@ -1,5 +1,7 @@ project(filesource) +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") + set(filesource_SOURCES filesourcegui.cpp filesourceinput.cpp diff --git a/sdrbase/resources/index.html b/sdrbase/resources/index.html index 6c369aa7b..6f6f7db73 100644 --- a/sdrbase/resources/index.html +++ b/sdrbase/resources/index.html @@ -695,665 +695,651 @@ margin-bottom: 20px; @@ -1469,7 +1455,7 @@ margin-bottom: 20px;

Get device settings


-
/sdrangel/deviceset/{deviceSetIndex}/device
+
/sdrangel/deviceset/{deviceSetIndex}/device/settings

Usage and SDK Samples

@@ -1489,7 +1475,7 @@ margin-bottom: 20px;
-
curl -X GET "http://localhost:8091/sdrangel/deviceset/{deviceSetIndex}/device"
+
curl -X GET "http://localhost:8091/sdrangel/deviceset/{deviceSetIndex}/device/settings"
import SWGSDRangel.*;
@@ -1714,11 +1700,11 @@ except ApiException as e:
                                   
@@ -1469,7 +1455,7 @@ margin-bottom: 20px;

Get device settings


-
/sdrangel/deviceset/{deviceSetIndex}/device
+
/sdrangel/deviceset/{deviceSetIndex}/device/settings

Usage and SDK Samples

@@ -1489,7 +1475,7 @@ margin-bottom: 20px;
-
curl -X GET "http://localhost:8091/sdrangel/deviceset/{deviceSetIndex}/device"
+
curl -X GET "http://localhost:8091/sdrangel/deviceset/{deviceSetIndex}/device/settings"
import SWGSDRangel.*;
@@ -1714,11 +1700,11 @@ except ApiException as e: