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

BladeRF2 MIMO: REST API: added report with range information

This commit is contained in:
f4exb
2020-09-15 21:02:26 +02:00
parent d170ecfe81
commit 5e4fdba67a
15 changed files with 683 additions and 2 deletions
+3
View File
@@ -3959,6 +3959,9 @@ void WebAPIRequestMapper::resetDeviceReport(SWGSDRangel::SWGDeviceReport& device
deviceReport.setRemoteOutputReport(nullptr);
deviceReport.setRemoteInputReport(nullptr);
deviceReport.setSdrPlayReport(nullptr);
deviceReport.setBladeRf2InputReport(nullptr);
deviceReport.setBladeRf2OutputReport(nullptr);
deviceReport.setBladeRf2MimoReport(nullptr);
}
void WebAPIRequestMapper::resetDeviceActions(SWGSDRangel::SWGDeviceActions& deviceActions)