1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00

getAaroniaRtsaReport rather than airspy.

This commit is contained in:
Jon Beniston
2026-07-19 16:35:58 +01:00
parent 50fee6f643
commit 97cabdeb71
@@ -416,7 +416,7 @@ int AaroniaRTSAInput::webapiReportGet(
{
(void) errorMessage;
response.setAaroniaRtsaReport(new SWGSDRangel::SWGAaroniaRTSAReport());
response.getAirspyHfReport()->init();
response.getAaroniaRtsaReport()->init();
webapiFormatDeviceReport(response);
return 200;
}